Skip to content

Commit

Permalink
feat(ci): Add license check in audit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVoogsgerd committed Oct 5, 2024
1 parent 184ee18 commit 72e1313
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: devskim-results.sarif

licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check licenses
arguments: --all-features

code-quality:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72e1313

Please sign in to comment.