Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 19529a7

Browse files
Madhu-1mergify[bot]
authored andcommitted
ci: skip autogenerated files from codespell
skipping running codespell on the vendor directory iand go.sum which we dont manually edit. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 93f6d7d commit 19529a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codespell.yaml

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
19+
skip: .git,vendor,go.sum
2020
check_filenames: true
2121
# Add list of words to be ignored
2222
ignore_words_list: ExtraVersion,extraversion,ba

0 commit comments

Comments
 (0)