Add audit action #4

Manually merged
MichaelBradley merged 2 commits from actions into main 2025-02-23 04:21:41 -05:00
Showing only changes of commit 9f4911b4c8 - Show all commits

View file

@ -0,0 +1,20 @@
---
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