run cargo fmt --check on PRs

This commit is contained in:
Igor Katson 2024-11-06 15:01:59 +00:00
parent e31854cb5a
commit 78363d65ca
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 35 additions and 8 deletions

View file

@ -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: