From afd70b068690c8c016c7d495e89cfd55f769e3d5 Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Tue, 2 Nov 2021 20:36:52 +0100 Subject: [PATCH] chore(ci): only one set of linter annotations in github --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a994e67e3..b791c24b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,6 @@ jobs: - name: Unittesting run: yarn test - name: Linting + # Only test on one version to avoid duplicate linter annotations. + if: ${{ matrix.node-version == '14.x' }} run: yarn lint