website/.forgejo/workflows/audit.yaml
Michael Bradley 429b37a2e2
Switch to npm
Remember when I switched to pnpm, like, 1 commit ago? Yeah I misread the CI log, it actually need to use npm.
2025-02-23 08:09:16 -05:00

20 lines
313 B
YAML

---
on:
push:
pull_request:
schedule:
- cron: "30 4 * * *"
name: Audit
jobs:
build:
name: Audit
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Audit
run: npm audit