diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52b808f8..1b1eb74c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,15 +112,15 @@ jobs: command: clippy args: --verbose --release --tests --all-features - typos: + typos: name: Spell Check with Typos runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Use typos with config file - uses: crate-ci/typos@master - with: - config: .config/typos.toml + - uses: actions/checkout@v4 + - name: Use typos with config file + uses: crate-ci/typos@master + with: + config: .config/typos.toml bench: if: github.event.pull_request.draft == false