We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1564bc0 + 095f403 commit b1603ebCopy full SHA for b1603eb
.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