Add rustfmt to check
This commit is contained in:
parent
87e09a60f7
commit
a72c6a6224
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
rustup toolchain install ${{ matrix.rust_version }}
|
||||
- uses: actions/checkout@v4
|
||||
- run: rustup override set ${{ matrix.rust_version }}
|
||||
- run: rustup component add rustfmt
|
||||
- name: cargo check
|
||||
run: cargo check
|
||||
- name: cargo fmt --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue