diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8466085c..87d9d746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,8 +188,7 @@ jobs: toolchain: stable components: rustfmt - name: Check formatting - run: | - cargo fmt --all -- --check + run: cargo fmt --all --check docs: name: Docs