Skip to content

Commit 2fc1aac

Browse files
Nikhil-Ladhamergify[bot]
authored andcommitted
ci: skip codespell for svg files
skip codespell check for svg files Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
1 parent 889a4d4 commit 2fc1aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: codespell
1717
uses: codespell-project/actions-codespell@master
1818
with:
19-
skip: .git,go.mod,go.sum,vendor
19+
skip: .git,go.mod,go.sum,vendor,*.svg
2020
ignore_words_list: NotIn
2121
check_filenames: true
2222
check_hidden: true

0 commit comments

Comments
 (0)