diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d863d012..7c6edc9a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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