diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index 7b0654d20..4fd9251b7 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -16,7 +16,7 @@ jobs: - name: codespell uses: codespell-project/actions-codespell@master with: - skip: .git,./vendor + skip: .git,./vendor,./docs/design/proposals/images check_filenames: true ignore_words_list: ExtraVersion,extraversion,ba check_hidden: true