Skip to content

Commit 21b23ee

Browse files
authored
update ci.yml
1 parent e2bf6e8 commit 21b23ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: run rustfmt
19+
- name: Run rustfmt
2020
- run: cargo fmt -- --check
2121
- name: Build
2222
run: cargo build --verbose

0 commit comments

Comments
 (0)