diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index 6aa31db8f802b5..b453770de504b6 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -81,7 +81,8 @@ jobs: - name: Lint JavaScript if: ${{ matrix.annotations }} - run: npm run lint:js -- --format compact + # `--quiet` reports only errors so they aren't buried under warnings in the CI log. + run: npm run lint:js -- --format compact --quiet - name: Lint Styles if: ${{ matrix.annotations }}