diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 25eac3e4..9f313f2a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,4 +18,4 @@ jobs: uses: codespell-project/actions-codespell@v2 with: check_filenames: true - skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum,**/*-lock.json,**/*.svg" + skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,*-lock.json,**/*.svg,"