website/.forgejo/workflows/audit.yaml
Michael Bradley cd28995647
All checks were successful
Audit / Audit (push) Successful in 7s
Push / Lint (push) Successful in 20s
Push / Build (push) Successful in 36s
Disable Forgejo actions NPM cache
2025-11-27 00:48:20 -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@v6
- name: Set up Node
uses: actions/setup-node@v6
- name: Audit
run: npm audit