We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5aebfc commit d9bd160Copy full SHA for d9bd160
.github/workflows/codespell.yml
@@ -12,4 +12,4 @@ jobs:
12
- uses: codespell-project/actions-codespell@master
13
with:
14
check_filenames: true
15
- 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 commit comments