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 0b1c3cd commit 9caf652Copy full SHA for 9caf652
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: dtolnay/rust-toolchain@master
17
with:
18
toolchain: stable
19
+ - name: Install clippy and fmt
20
+ run: rustup component add clippy rustfmt
21
- name: Run cargo clippy to pick up any errors
22
run: cargo clippy --all-targets -- -Dwarnings
23
- name: Check code is formatted
0 commit comments