From caf28cecaf44ebfb8fe6c32cde658e8a06e38b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 1 Aug 2023 13:15:42 +0200 Subject: [PATCH] ci: Restore `CI_LINT_MASTER` --- .github/workflows/ci-master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 497ef8516a3..2921266c76e 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -110,6 +110,8 @@ jobs: cache: pnpm - name: Lint + env: + CI_LINT_MASTER: true run: pnpm lint notify-on-failure: