Skip to content

Commit b5a8ca7

Browse files
authored
chore: disallow any linting issues for pulls (#177)
1 parent 72721e5 commit b5a8ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn install --frozen-lockfile --check-files
3131

3232
- name: ✅ Lint code
33-
run: yarn lint
33+
run: yarn lint --max-warnings=0
3434

3535
- name: 🧪 Test code
3636
run: yarn test

0 commit comments

Comments
 (0)