diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4598789..6d4302c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable with: - components: rustfmt + components: rustfmt, clippy - name: Check format run: cargo fmt --check - name: Install build dependencies