Skip to content

Commit

Permalink
Ignore the tests folder in grammar check
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 20, 2023
1 parent 44f6be5 commit 2f39db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install codespell
codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./Tests/PulseTests/Resources.swift,./Sources/PulseUI/Mocks/*"
codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./Tests/*,./Sources/PulseUI/Mocks/*"
build-demo-ios:
name: Build Demo (iOS)
runs-on: macOS-12
Expand Down

0 comments on commit 2f39db6

Please sign in to comment.