diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 0000000..5a26d39 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,5 @@ +[codespell] +skip = ./test/wasi/brotli/alice29.txt,./test/.spec-*,./build* +quiet-level = 2 +ignore-words-list = gameboy,iif,strng,woh + diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d595d9..4131ece 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -567,7 +567,12 @@ jobs: run: | pip install pytest pytest platforms/python - - name: Spellcheck + + spellcheck: + runs-on: ubuntu-latest + - name: Install codespell run: | pip install codespell - codespell --ignore-words-list="gameboy,iif,panting,strng" --quiet-level=2 # --skip="" + - name: Spellcheck + run: | + codespell