diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30a35c6400..554985ecef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,8 @@ jobs: - run: rustup component add rustfmt - run: cargo fmt -- --check - check-docs: - name: Check docs + doc: + name: Doc runs-on: ubuntu-latest steps: - uses: actions/checkout@v4