From 22aacd8123a31602d88aaf48468f2050ab8dbe2b Mon Sep 17 00:00:00 2001 From: kean Date: Sat, 10 Aug 2024 18:25:52 -0400 Subject: [PATCH] Remove demo from Discover Typos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7ae061bc..c7fab20ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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