Skip to content

Commit 7ad29e6

Browse files
committed
Reorder with subkeys in cargo-deny-* CI for clarity
This is only a minor improvement in clarity now, but the benefit will be greater with the immediately forthcoming change, and doing this separately makes it so the next commit can be reverted by itself once it is no longer needed.
1 parent f8fb226 commit 7ad29e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ jobs:
346346
- uses: actions/checkout@v4
347347
- uses: EmbarkStudios/cargo-deny-action@v2
348348
with:
349-
arguments: --workspace --all-features
350349
command: check advisories
350+
arguments: --workspace --all-features
351351

352352
cargo-deny:
353353
runs-on: ubuntu-latest
@@ -356,8 +356,8 @@ jobs:
356356
- uses: actions/checkout@v4
357357
- uses: EmbarkStudios/cargo-deny-action@v2
358358
with:
359-
arguments: --workspace --all-features
360359
command: check bans licenses sources
360+
arguments: --workspace --all-features
361361

362362
wasm:
363363
name: WebAssembly

0 commit comments

Comments
 (0)