diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 44cc3e063bd6da..a149672376e170 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -38,7 +38,7 @@ jobs: - name: Lint env: CI_LINT_MASTER: true - run: pnpm lint + run: pnpm lint --quiet - name: Notify Slack on failure uses: act10ns/slack@v2.0.0 diff --git a/.github/workflows/ci-pull-requests.yml b/.github/workflows/ci-pull-requests.yml index 130e1753bdb6e1..919c0f5786d25f 100644 --- a/.github/workflows/ci-pull-requests.yml +++ b/.github/workflows/ci-pull-requests.yml @@ -43,4 +43,4 @@ jobs: - name: Run ESLint on changes only env: ESLINT_PLUGIN_DIFF_COMMIT: ${{ github.event.pull_request.base.ref }} - run: pnpm lint + run: pnpm lint --quiet