Skip to content

Commit

Permalink
Merge pull request #22 from subhamkrai/skip-config-codespell
Browse files Browse the repository at this point in the history
ci: skip config folder from running codespell ci
  • Loading branch information
Madhu-1 authored Jun 25, 2024
2 parents c1ed5c3 + f949b51 commit 79e1e09
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 79e1e09

Please sign in to comment.