ci: fix typos failed log

This commit is contained in:
Fodesu
2026-02-13 22:05:23 +08:00
parent 8a8c8eb2e4
commit 6bf56d4b6b
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
- name: Typos info
if: failure()
run: |
echo 'To fix typos, please run `typos -w`'
echo 'To check for a diff, run `typos`'
echo 'To check for a diff, run `mise x typos -- typos --diff`'
echo 'To fix typos, please run `mise x typos -- typos -w`'
echo 'You can find typos here: https://crates.io/crates/typos'
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'