Skip to content

Commit 53c5ffe

Browse files
fix: remove no-deps
1 parent 4b8607a commit 53c5ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
- name: Run Clippy for GitHub Actions report
481481
uses: actions-rs-plus/clippy-check@0d83844d8ff1a67b11d384d9dd6adcdcf142a8a7 # v2.2.1
482482
with:
483-
args: --workspace --all-targets --all-features --no-deps
483+
args: --workspace --all-targets --all-features
484484

485485
all-done:
486486
name: All done

0 commit comments

Comments
 (0)