Skip to content

Commit

Permalink
Exclude go.sum from misspell check
Browse files Browse the repository at this point in the history
Add exclude for `go.sum`.
  • Loading branch information
HeavyWombat committed Feb 1, 2022
1 parent 2be865b commit 34944cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Install Tool
run: go install github.com/client9/misspell/cmd/misspell@latest

- run: find . -type f | xargs misspell -source=text -error
- run: find . -type f | grep -v go.sum | xargs misspell -source=text -error

0 comments on commit 34944cb

Please sign in to comment.