Skip to content

Commit

Permalink
Update codespell.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <[email protected]>
  • Loading branch information
innobead authored Feb 7, 2024
1 parent 83bf967 commit b4718be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Codespell

on:
push:
pull_request:
branches:
- master
- main
- "v*.*.*"

jobs:
Expand All @@ -19,5 +19,4 @@ jobs:
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
ignore_words_file: .codespellignore
skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"

0 comments on commit b4718be

Please sign in to comment.