mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Ensure full lint
This commit is contained in:
parent
13c32ba7b5
commit
7d0ce30da6
7
.github/workflows/ci-master.yml
vendored
7
.github/workflows/ci-master.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue