Skip to content

Commit

Permalink
suppress eslint warnings on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Dec 6, 2022
1 parent 8921a2a commit 9409284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9409284

Please sign in to comment.