diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index daf778ca..c9cb69f8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,8 +26,8 @@ jobs: - name: codespell uses: codespell-project/actions-codespell@master with: - skip: .git,*.sum,vendor,config - ignore_words_list: AfterAll,NotIn,immediatedly + skip: .git,*.sum,vendor + ignore_words_list: AfterAll,NotIn,notin,immediatedly check_filenames: true check_hidden: true misspell: