Skip to content

Commit ee58f77

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

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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Run rustfmt
20-
- run: cargo fmt -- --check
20+
run: cargo fmt -- --check
2121
- name: Build
2222
run: cargo build --verbose
2323
- name: Run tests

0 commit comments

Comments
 (0)