Skip to content

Commit db6815b

Browse files
committed
Fix cargo dev new_lint for late lint passes
1 parent dd07860 commit db6815b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/clippy_dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
- name: Test fmt
4848
run: cargo dev fmt --check
4949

50+
- name: Test new lint
51+
run: |
52+
cargo dev new_lint --name new_early_pass --pass early
53+
cargo dev new_lint --name new_late_pass --pass late
54+
cargo check
55+
git reset --hard HEAD
56+
5057
# These jobs doesn't actually test anything, but they're only used to tell
5158
# bors the build completed, as there is no practical way to detect when a
5259
# workflow is successful listening to webhooks only.

0 commit comments

Comments
 (0)