We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e2928 commit 68fffc6Copy full SHA for 68fffc6
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
branches: ["**"]
5
pull_request:
6
7
+env:
8
+ RUST_TOOLCHAIN: stable
9
+
10
jobs:
11
fmt:
12
runs-on: ubuntu-latest
@@ -13,7 +16,7 @@ jobs:
13
16
with:
14
17
components: rustfmt
15
18
toolchain: ${{ vars.RUST_TOOLCHAIN }}
-
19
20
- uses: Swatinem/rust-cache@v2
21
- name: cargo fmt
22
run: cargo fmt --all -- --check
0 commit comments