run cargo fmt --check on PRs
This commit is contained in:
parent
e31854cb5a
commit
78363d65ca
2 changed files with 35 additions and 8 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,6 +23,8 @@ jobs:
|
|||
- run: rustup override set ${{ matrix.rust_version }}
|
||||
- name: cargo check
|
||||
run: cargo check
|
||||
- name: cargo fmt --check
|
||||
run: cargo fmt --check
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue