diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index cc7e99e111b7..2590e6c9bc17 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -15,6 +15,10 @@ jobs: uses: actions/checkout@v4 - name: check typos + # fixme: if word have more than 1 possible fix, + # this fix will not be applied but printed. + # Ignore for now + continue-on-error: true # sync version with src/tools/tidy/src/ext_tool_checks.rs uses: crate-ci/typos@v1.28.2 with: