Skip to content

Commit 3a10c59

Browse files
committed
Modify audit.yml
1 parent d334240 commit 3a10c59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/audit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
# - cron: "0 0 * * *"
66
push:
77
# paths:
8-
# - "**/Cargo.toml"
98
# - "**/Cargo.lock"
9+
# - "**/Cargo.toml"
10+
# - "**/deny.toml"
1011

1112
jobs:
1213

@@ -30,3 +31,6 @@ jobs:
3031
- uses: EmbarkStudios/cargo-deny-action@v2
3132
with:
3233
rust-version: "1.89.0"
34+
log-level: warn
35+
command: check
36+
arguments: --all-features

0 commit comments

Comments
 (0)