Merge pull request #1727 from calebcartwright/cargo-fmt-check
use new cargo fmt option
This commit is contained in:
commit
9acc0debec
|
@ -48,4 +48,4 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: rustup update stable && rustup default stable && rustup component add rustfmt
|
run: rustup update stable && rustup default stable && rustup component add rustfmt
|
||||||
- run: cargo fmt -- --check
|
- run: cargo fmt --check
|
||||||
|
|
Loading…
Reference in New Issue