Skip to content

Commit 3c70631

Browse files
committed
Add dylint to CI
1 parent 92f0f1f commit 3c70631

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ jobs:
9292
- name: Cargo udeps
9393
run: cargo +"${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}" udeps --workspace --all-features
9494

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+
95101
- name: Set up Node
96102
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
97103
with:

0 commit comments

Comments
 (0)