diff --git a/.github/workflows/pr-codespell.yml b/.github/workflows/pr-codespell.yml index 14460ebd7..83dbf07f9 100644 --- a/.github/workflows/pr-codespell.yml +++ b/.github/workflows/pr-codespell.yml @@ -14,7 +14,7 @@ jobs: uses: codespell-project/actions-codespell@master with: # ignore the config/.../crd.go file as it's generated binary data that is edited elswhere. - skip: .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico,config/crd/crds/crds.go + skip: .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico,./config/crd/crds/crds.go ignore_words_list: iam,aks,ist,bridget,ue check_filenames: true check_hidden: true