Skip to content

Commit

Permalink
fix: ignore example expo app in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed Oct 13, 2024
1 parent 0c8bc29 commit 6f1c6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: ./.github/actions/setup

- name: Lint files
run: yarn lint
run: yarn lint --ignore-pattern "example/"

- name: Typecheck files
run: yarn typecheck
run: yarn typecheck --exclude "./example"

# test:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f1c6f1

Please sign in to comment.