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 528ba2b commit 98703f4Copy full SHA for 98703f4
.github/workflows/main.yml
@@ -48,6 +48,8 @@ jobs:
48
steps:
49
- uses: actions/checkout@v4
50
- uses: dtolnay/rust-toolchain@stable
51
+ with:
52
+ components: rustfmt
53
- name: Check formatting
54
run: cargo fmt --all -- --check
55
Check:
@@ -117,6 +119,8 @@ jobs:
117
119
118
120
121
122
123
+ components: clippy
124
- name: Run Clippy
125
run: cargo clippy --all-targets --all-features -- -D warnings
126
CheckExternalTypes:
0 commit comments