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 ebe1f27 commit 3e46f97Copy full SHA for 3e46f97
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
+ - name: run rustfmt
20
+ - run: cargo fmt -- --check
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments