1

Make audits run nightly

This commit is contained in:
Evan Pratten 2023-07-20 11:09:46 -04:00
parent 90a864589e
commit 0bdc51f44b

View File

@ -4,6 +4,9 @@ on:
paths: paths:
- '**/Cargo.toml' - '**/Cargo.toml'
- '**/Cargo.lock' - '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs: jobs:
security_audit: security_audit:
runs-on: ubuntu-latest runs-on: ubuntu-latest