Skip to content

Commit

Permalink
87968: Run CI ESLint in --quiet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ybnd committed Apr 8, 2022
1 parent 22ac667 commit a14cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: yarn install --frozen-lockfile

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

- name: Run build
run: yarn run build:prod
Expand Down

0 comments on commit a14cc6f

Please sign in to comment.