ci: add rustfmt to linting CI
This commit is contained in:
parent
a4ed00b02d
commit
97ca1e3e70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
components: "clippy"
|
components: "clippy, rustfmt"
|
||||||
- name: Rust lints
|
- name: Rust lints
|
||||||
run: |
|
run: |
|
||||||
cargo +nightly fmt --all --check
|
cargo +nightly fmt --all --check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue