ci: Ensure full lint

This commit is contained in:
Iván Ovejero 2023-08-01 13:14:52 +02:00
parent 13c32ba7b5
commit 7d0ce30da6

View file

@ -109,12 +109,7 @@ jobs:
node-version: 18.x
cache: pnpm
- 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
notify-on-failure: