ci: Remove eslint diff plugin. Run full linting on PRs (no-changelog) (#7175)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-09-14 16:55:06 +02:00
committed by GitHub
parent 54bf66d335
commit c18ba370d5
5 changed files with 4 additions and 39 deletions

View File

@@ -67,10 +67,5 @@ jobs:
path: ./packages/**/dist
key: ${{ github.sha }}-base:18-test-lint
- name: Fetch base branch for `git diff`
run: git fetch origin ${{ github.event.pull_request.base.ref }}:${{ github.event.pull_request.base.ref }}
- name: Run ESLint on changes only
env:
ESLINT_PLUGIN_DIFF_COMMIT: ${{ github.event.pull_request.base.ref }}
- name: Lint
run: pnpm lint