Skip to content

Commit e30ad42

Browse files
committed
fix formatting on GH Actions fmt workflow
1 parent b9b1b6f commit e30ad42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fmt.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
on: [push, pull_request]
22

3-
name: Rust fmt check
3+
name: Rustfmt check
44

55
jobs:
6-
check:
6+
fmt:
77
name: rustfmt
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout source
11-
- uses: actions/checkout@v2
12-
- name: Run rustfmt
11+
uses: actions/checkout@v2
12+
- name: Run rustfmt check
1313
run: |
1414
rustup component add rustfmt
1515
cargo fmt --version

0 commit comments

Comments
 (0)