Skip to content

Commit 6a4a30f

Browse files
committed
Added security audit
1 parent 67ed732 commit 6a4a30f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/coreaudio-rs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
# - name: cargo test - all features
2323
# run: cargo test --all-features --verbose
2424

25+
security-audit:
26+
runs-on: ubuntu-latest
27+
steps:
28+
- uses: actions/checkout@v3
29+
- uses: rustsec/[email protected]
30+
with:
31+
token: ${{ secrets.GITHUB_TOKEN }}
32+
2533
ios-build:
2634
runs-on: macOS-latest
2735
steps:

0 commit comments

Comments
 (0)