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 ab535c9 commit 72090e6Copy full SHA for 72090e6
1 file changed
.github/workflows/rust.yml
@@ -45,6 +45,7 @@ jobs:
45
- uses: actions-rust-lang/setup-rust-toolchain@v1
46
with:
47
toolchain: stable
48
+ components: rustfmt, clippy
49
50
- name: Check formats
51
run: cargo fmt --check --all
0 commit comments