diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cf8509..199728b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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