Skip to content

Commit

Permalink
chore(ci): run eslint --quiet in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Dec 20, 2021
1 parent 9f9e09b commit 5a14694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -25,6 +25,9 @@ jobs:
install-command:
yarn --ignore-optional --pure-lockfile --non-interactive

- name: Run linter
run: yarn lint --quiet

- name: Run tests and collect coverage
run: yarn test --coverage

Expand Down

0 comments on commit 5a14694

Please sign in to comment.