website/.forgejo/workflows/audit.yaml
Michael Bradley 50ff732413
Some checks failed
Audit / Audit (push) Failing after 9s
Push / Lint (push) Failing after 8s
Push / Build (push) Failing after 8s
Switch to pnpm
TBH I don't really care between pnpm and yarn, but the new runner image only has pnpm so here I go
2025-02-23 07:55:27 -05:00

20 lines
314 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: pnpm audit