We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b23ee commit ee58f77Copy full SHA for ee58f77
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Run rustfmt
20
- - run: cargo fmt -- --check
+ run: cargo fmt -- --check
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments