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 6d013ac commit 07d5e93Copy full SHA for 07d5e93
.github/workflows/build.yml
@@ -21,14 +21,14 @@ jobs:
21
path: ~/.cargo
22
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
23
24
+ - name: Install Rust Nightly Toolchain
25
+ uses: dtolnay/rust-toolchain@nightly
26
+
27
- name: Install Rust Stable Toolchain
28
uses: dtolnay/rust-toolchain@stable
29
with:
30
components: rustfmt, clippy
31
- - name: Install Rust Nightly Toolchain
- uses: dtolnay/rust-toolchain@nightly
-
32
- name: Check Code Format
33
run: cargo fmt --all -- --check
34
shell: bash
0 commit comments