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