From 7d0ce30da688eb083ccd3fe92e26c5dc4f1361a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 1 Aug 2023 13:14:52 +0200 Subject: [PATCH] ci: Ensure full lint --- .github/workflows/ci-master.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 2c67ce53cdd..497ef8516a3 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -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: