Skip to content

Commit

Permalink
fix conditional on eslint step
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl committed Aug 28, 2024
1 parent fd66791 commit 5f6a7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
npm install
- name: Run ESLint
- if: matrix.node-version == 20
if: matrix.node-version == 20
run: npm run lint

- name: npm test
Expand Down

0 comments on commit 5f6a7ff

Please sign in to comment.