diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef262e2..3f64bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,8 @@ jobs: uses: actions-rs/cargo@v1 with: command: fmt - args: --all -- --check --config imports_granularity=Crate,group_imports=StdExternalCrate - + args: --all -- --check + - name: Check for common mistakes and missed improvements uses: actions-rs/clippy-check@v1 with: