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 b9b1b6f commit e30ad42Copy full SHA for e30ad42
.github/workflows/fmt.yml
@@ -1,15 +1,15 @@
1
on: [push, pull_request]
2
3
-name: Rust fmt check
+name: Rustfmt check
4
5
jobs:
6
- check:
+ fmt:
7
name: rustfmt
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout source
11
- - uses: actions/checkout@v2
12
- - name: Run rustfmt
+ uses: actions/checkout@v2
+ - name: Run rustfmt check
13
run: |
14
rustup component add rustfmt
15
cargo fmt --version
0 commit comments