Skip to content

Commit 4839948

Browse files
committed
lint fixes
1 parent 304bd70 commit 4839948

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths-ignore:
66
- ".github/**"
77
- "fastlane/**"
8+
branches:
9+
- main
810
pull_request:
911

1012
jobs:
@@ -24,7 +26,7 @@ jobs:
2426
run: npm install
2527

2628
- name: Lint with expo
27-
run: npx expo lint
29+
run: npx expo lint --max-warnings 0
2830

2931
- name: Run TypeScript checks
3032
run: npx tsc

0 commit comments

Comments
 (0)