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 92f0f1f commit 3c70631Copy full SHA for 3c70631
.github/workflows/lint.yml
@@ -92,6 +92,12 @@ jobs:
92
- name: Cargo udeps
93
run: cargo +"${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}" udeps --workspace --all-features
94
95
+ - name: Install cargo-dylint
96
+ run: cargo install cargo-dylint --version 4.1.0 --locked
97
+
98
+ - name: Cargo dylint
99
+ run: cargo dylint --all
100
101
- name: Set up Node
102
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
103
with:
0 commit comments