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 330cf76 commit d3b0502Copy full SHA for d3b0502
.github/workflows/clippy_dev.yml
@@ -38,13 +38,6 @@ jobs:
38
components: rustfmt
39
default: true
40
41
- - name: Test fmt
42
- run: cargo dev fmt --check
43
-
44
- # Restore the rust-toolchain-file
45
- - name: Restore rust-toolchain-file
46
- run: git checkout rust-toolchain
47
48
# Run
49
- name: Build
50
run: cargo build --features deny-warnings
@@ -56,6 +49,13 @@ jobs:
56
- name: Test update_lints
57
run: cargo dev update_lints --check
58
51
52
+ - name: Test fmt
53
+ run: cargo dev fmt --check
54
+
55
+ # Restore the rust-toolchain-file
+ - name: Restore rust-toolchain-file
+ run: git checkout rust-toolchain
59
# Lintcheck
60
- name: build lintcheck
61
run: cargo build --features lintcheck,deny-warnings
0 commit comments