Skip to content

Commit 5a14694

Browse files
committedDec 20, 2021
chore(ci): run eslint --quiet in GH Actions
1 parent 9f9e09b commit 5a14694

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
install-command:
2626
yarn --ignore-optional --pure-lockfile --non-interactive
2727

28+
- name: Run linter
29+
run: yarn lint --quiet
30+
2831
- name: Run tests and collect coverage
2932
run: yarn test --coverage
3033

0 commit comments

Comments
 (0)
Please sign in to comment.