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 dc93898 commit 55258b6
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 @@ -18,7 +18,7 @@ jobs:
uses: ./.github/actions/setup

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

- name: Typecheck files
run: yarn typecheck
Expand Down

0 comments on commit 55258b6

Please sign in to comment.