ci: add rustfmt to linting CI

This commit is contained in:
Anand Balakrishnan 2023-10-06 12:57:26 -07:00
parent a4ed00b02d
commit 97ca1e3e70
No known key found for this signature in database

View file

@ -65,7 +65,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: "clippy"
components: "clippy, rustfmt"
- name: Rust lints
run: |
cargo +nightly fmt --all --check