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 aefc3cf commit 095f403Copy full SHA for 095f403
.github/workflows/contrib.yml
@@ -8,7 +8,7 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
with:
13
fetch-depth: 0
14
- name: Install mdbook
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
rustfmt:
15
16
17
18
- run: rustup update stable && rustup default stable
19
- run: rustup component add rustfmt
20
- run: cargo fmt --all --check
0 commit comments