Skip to content

Commit 60443dc

Browse files
committed
Merge branch 'main' into sg/cargo-shear
2 parents 7d778df + 6766d2b commit 60443dc

24 files changed

+826
-383
lines changed

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[advisories]
2+
ignore = []
3+
informational_warnings = []

.github/workflows/run-tests-on-push-to-main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Run Shear
3333
run: cargo shear
3434

35+
- name: Run Audit
36+
uses: rustsec/[email protected]
37+
with:
38+
token: ${{ secrets.GITHUB_TOKEN }}
39+
3540
- name: Run Build
3641
run: cargo build --verbose
3742

0 commit comments

Comments
 (0)