diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8c09ad..3ef73df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: toolchain: stable profile: minimal override: true + components: rustfmt, clippy - name: Check format run: cargo fmt --check