Skip to content

Commit

Permalink
ci: skip config folder from running codespell ci
Browse files Browse the repository at this point in the history
config folder are auto generated and there is no need to
run codespell on auto generated files.

Signed-off-by: subhamkrai <[email protected]>
  • Loading branch information
subhamkrai committed Jun 25, 2024
1 parent c1ed5c3 commit f949b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git,*.sum,vendor
skip: .git,*.sum,vendor,config
ignore_words_list: AfterAll
check_filenames: true
check_hidden: true
Expand Down

0 comments on commit f949b51

Please sign in to comment.