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 10bdf9a commit f241896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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 @@ -20,4 +20,4 @@ jobs:
with:
check_filenames: true
ignore_words_file: .codespellignore
skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"
skip: "./proto,*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"

0 comments on commit f241896

Please sign in to comment.