Update audit.yml

This commit is contained in:
Alexis Mousset
2019-11-30 10:44:19 +00:00
committed by GitHub
parent 32e2a551b0
commit 7ba7560fbb

View File

@@ -1,11 +1,9 @@
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1