We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4796d36 commit d10fb82Copy full SHA for d10fb82
1 file changed
.github/workflows/ci.yml
@@ -631,13 +631,13 @@ jobs:
631
- id: cargo_check
632
name: Cargo check
633
continue-on-error: true
634
- run: cargo fmt --check
+ run: cargo fmt --all --check
635
working-directory: minifi_rust
636
637
- id: clippy_check
638
name: Clippy check
639
640
- run: cargo clippy
+ run: cargo clippy --workspace --all-targets -- -D warnings
641
642
643
- name: Check Linter Statuses
0 commit comments