We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5644d8c commit b2fc773Copy full SHA for b2fc773
.github/workflows/codespell.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
14
with:
15
- skip: .git,_artifacts,*.sum
+ skip: .git,_artifacts,*.sum,.golangci.yml
16
ignore_words_file: .codespellignore
17
check_filenames: true
18
check_hidden: true
0 commit comments