audit code

This commit is contained in:
Stephan Dilly 2020-03-29 14:57:23 +02:00
parent 840a33d620
commit 76bd93dca1

View File

@ -24,3 +24,7 @@ jobs:
run: cargo test --workspace
- name: Run clippy
run: cargo clean && cargo clippy --all-features
- name: Security audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}