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 1de428c commit 4fcc30fCopy full SHA for 4fcc30f
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
18
- name: Install Rust
19
uses: dtolnay/rust-toolchain@stable
20
+ with:
21
+ components: rustfmt, clippy
22
23
- name: Cache Cargo registry + build
24
uses: actions/cache@v4
0 commit comments