From 411450db46d4bbe13c88672a94bd6e0c77d29f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 17 Oct 2023 09:23:22 +0200 Subject: [PATCH] Update spelling.yml --- .github/workflows/spelling.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 4d29a05..8c03a3f 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -41,4 +41,9 @@ jobs: - name: "Search for misspellings" run: | - python -m codespell_lib + "$(python -m site --user-base)/bin/codespell" \ + --skip=./.git \ + --check-hidden \ + --check-filenames \ + --builtin=clear,rare,informal,usage,code,names \ + --ignore-words-list=master