Skip to content

Commit

Permalink
ci: fix linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jan 1, 2023
1 parent 72e7143 commit 8a373c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
run: pnpm --use-node-version=14.21.2 test

- name: Lint
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == 14 }}
if: ${{ matrix.os == 'ubuntu-latest' }}
run: pnpm lint

0 comments on commit 8a373c7

Please sign in to comment.