Commit 5fe6803 1 parent 8ba5f27 commit 5fe6803 Copy full SHA for 5fe6803
File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -262,17 +262,18 @@ jobs:
262
262
license-check-and-audit-check :
263
263
name : License Check and Audit Check
264
264
runs-on : ubuntu-latest
265
+ strategy :
266
+ matrix :
267
+ checks :
268
+ - advisories
269
+ - bans licenses sources
270
+ # Prevent sudden announcement of a new advisory from failing ci:
271
+ continue-on-error : ${{ matrix.checks == 'advisories' }}
265
272
steps :
266
273
- uses : actions/checkout@v4
267
- - uses : ./.github/actions/cleanup
268
- - uses : rui314/setup-mold@v1
269
- - uses : ./.github/actions/setup-rust
270
- - uses : actions/checkout@v4
271
- - name : License Check
272
- run : cargo install --locked cargo-deny && cargo deny check
273
-
274
+ - uses : EmbarkStudios/cargo-deny-action@v2
274
275
with :
275
- token : ${{ secrets.GITHUB_TOKEN }}
276
+ command : check ${{ matrix.checks }}
276
277
277
278
wasm-integration :
278
279
name : " wasm-integration"
You can’t perform that action at this time.
0 commit comments