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 dd07860 commit db6815bCopy full SHA for db6815b
.github/workflows/clippy_dev.yml
@@ -47,6 +47,13 @@ jobs:
47
- name: Test fmt
48
run: cargo dev fmt --check
49
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
+
57
# These jobs doesn't actually test anything, but they're only used to tell
58
# bors the build completed, as there is no practical way to detect when a
59
# workflow is successful listening to webhooks only.
0 commit comments