From 6bf56d4b6b05086e9dc8d54c1bf68522cf98fcc1 Mon Sep 17 00:00:00 2001 From: Fodesu Date: Fri, 13 Feb 2026 22:05:23 +0800 Subject: [PATCH] ci: fix typos failed log --- .github/workflows/typos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index c38c3b0a..0d8e54d4 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -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'