Skip to content

Commit

Permalink
Remove demo from Discover Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 10, 2024
1 parent 8c4ed7a commit 22aacd8
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/*,./Sources/PulseUI/Mocks/*"
codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./Tests/*,./Sources/PulseUI/Mocks/*,./Demo/*"
build-demo-ios:
name: Build Demo (iOS)
runs-on: macOS-14
Expand Down

0 comments on commit 22aacd8

Please sign in to comment.