Create nightly-cargo-audit.yml (#889)

This commit is contained in:
Elliot 2022-03-13 14:25:35 -07:00 committed by GitHub
parent 7c34f24b68
commit a3d6c5fd49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
name: Nightly Cargo Audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
cargo_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}