Skip to content

Commit 5001c9c

Browse files
committed
ci: Enable dylint again
1 parent a844d58 commit 5001c9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
shared-key: warm
4141
- name: Install Dylint
42-
if: false
4342
uses: taiki-e/install-action@v2
4443
with:
4544
tool: cargo-dylint,dylint-link
@@ -50,11 +49,9 @@ jobs:
5049
cargo +stable clippy --all-targets -- -D warnings
5150
cargo +nightly-2025-05-14 clippy --all-targets --all-features -- -D warnings
5251
- name: Dylint tests
53-
if: false
5452
working-directory: nova_lint
5553
run: cargo test
5654
- name: Dylint
57-
if: false
5855
run: cargo dylint --all
5956

6057
build:

0 commit comments

Comments
 (0)