Skip to content

Commit

Permalink
fix typos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Feb 22, 2024
1 parent 99f80fc commit d7e66bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/[email protected]
- name: Typos info
Expand All @@ -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:
Expand Down

0 comments on commit d7e66bf

Please sign in to comment.