diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62bb889852a74f..2e1b00e54e08cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,6 +186,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: + - uses: actions/checkout@v4 - name: Check for typos uses: crate-ci/typos@v1.18.2 - name: Typos info @@ -194,8 +195,9 @@ jobs: echo 'To fix typos, please run `typos -w`' echo 'To check for a diff, run `typos`' echo 'You can find typos here: https://crates.io/crates/typos' - echo 'if you use VSCode, you can also install `Typos Spell Checker' + echo 'if you use VSCode, you can also install `Typos Spell Checker`' echo 'You can find the extension here: https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode' + run-examples-on-windows-dx12: