[CI] Add cargo audit to CI

This commit is contained in:
CosminPerRam 2023-06-13 22:16:14 +03:00
parent 8bc05013ee
commit 3fd3c7aa5b

View file

@ -35,3 +35,5 @@ jobs:
components: rustfmt
- name: Run formatting check
run: cargo +nightly fmt --check --verbose
- name: Run audit
run: cargo audit --deny warnings