diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5edc96..e6ef591a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: with: toolchain: stable profile: minimal + components: rustfmt, clippy - name: Check Rust code formatting run: cargo fmt -- --check