diff --git a/.codespellignore b/.codespellignore new file mode 100644 index 0000000..5f24e72 --- /dev/null +++ b/.codespellignore @@ -0,0 +1 @@ +padd diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index a6dcf33..7c55f6a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,3 +14,5 @@ jobs: - name: Spell-Checking uses: codespell-project/actions-codespell@master + with: + ignore_words_file: .codespellignore