Skip to content

Commit 3c72f0b

Browse files
committed
ci: build and test lintcheck
1 parent b1ab7b8 commit 3c72f0b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/clippy_dev.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ jobs:
5151
- name: Test fmt
5252
run: cargo dev fmt --check
5353

54+
# Lintcheck
55+
- name: build lintcheck
56+
run: cargo build --features lintcheck,deny-warnings
57+
working-directory: clippy_dev
58+
59+
- name: test lintcheck
60+
run: cargo test --features lintcheck,deny-warnings
61+
working-directory: clippy_dev
62+
5463
# These jobs doesn't actually test anything, but they're only used to tell
5564
# bors the build completed, as there is no practical way to detect when a
5665
# workflow is successful listening to webhooks only.

0 commit comments

Comments
 (0)