Skip to content

Commit

Permalink
feat: add excluded files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse committed Apr 22, 2024
1 parent 75f26bb commit 5ae1ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: pip install codespell

- name: Run codespell
run: codespell
run: codespell --skip="yarn.lock,package-lock.json,node_modules,build"

0 comments on commit 5ae1ca4

Please sign in to comment.