Skip to content

Commit

Permalink
Update skip list in codespell GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bells17 committed May 13, 2024
1 parent f5aebfc commit d9bd160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./client/vendor
skip: "*.png,*.jpg,*.svg,*.sum,./.git,./.github/workflows/codespell.yml,./prow.sh"

0 comments on commit d9bd160

Please sign in to comment.