website/.forgejo/workflows/audit.yaml
Michael Bradley c816032f54
Some checks failed
Audit / Audit (push) Failing after 10s
Push / Lint (push) Successful in 27s
Push / Build (push) Failing after 18s
Audit / Audit (pull_request) Failing after 10s
Cache npm dependencies
2025-02-23 08:10:31 -05:00

22 lines
348 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
with:
cache: npm
- name: Audit
run: npm audit