ci: use new cargo fmt option

This commit is contained in:
Caleb Cartwright 2022-01-13 18:01:42 -06:00 committed by GitHub
parent 64838ce07d
commit a226de38b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust
run: rustup update stable && rustup default stable && rustup component add rustfmt
- run: cargo fmt -- --check
- run: cargo fmt --check