From 16605e5d7f7f202d7d2a71c617ffae228ca13c84 Mon Sep 17 00:00:00 2001 From: Brad Parham Date: Thu, 26 Jan 2023 16:26:32 +0100 Subject: [PATCH] Always run lint in ci job matrix --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daa98214..f5318d0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: run: yarn install - name: Lint - if: matrix['node-version'] == '14.x' && matrix['os'] == 'ubuntu-latest' run: yarn lint - name: Build