Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Always run lint in ci job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
baparham committed Jan 26, 2023
1 parent a1c5719 commit 16605e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16605e5

Please sign in to comment.