website/.forgejo/workflows/audit.yaml
Michael Bradley 9f4911b4c8
Some checks failed
Audit / Audit (push) Failing after 11s
Build / Build (push) Successful in 49s
Audit / Audit (pull_request) Failing after 9s
Build / Build (pull_request) Successful in 46s
Add scheduled audit action
2025-02-23 04:11:28 -05:00

20 lines
308 B
YAML

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