Skip to content

Commit

Permalink
Merge pull request #373 from jacobweinstock/fix-codespell
Browse files Browse the repository at this point in the history
Ignore "NotIn" for codespell check:
  • Loading branch information
jacobweinstock authored Jun 20, 2024
2 parents 0ca82e1 + 8f8c5f6 commit 93e1222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
check_filenames: true
check_hidden: true
skip: "./.git,./go.mod,./go.sum"
ignore_words_list: ro
ignore_words_list: ro,NotIn

build-and-push-image:
name: Build and push manager image
Expand Down

0 comments on commit 93e1222

Please sign in to comment.