Add files via upload

This commit is contained in:
Simon Johnston
2020-10-28 10:39:42 -07:00
committed by GitHub
parent f753854255
commit e1ec73e8f8
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
+1
View File
@@ -27,3 +27,4 @@ jobs:
- name: Docs
run: cargo doc --no-deps