Skip to content

Commit

Permalink
chore(ci): only one set of linter annotations in github
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 2, 2021
1 parent a305a28 commit afd70b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit afd70b0

Please sign in to comment.