Skip to content

Commit

Permalink
ci: remove lint step until migrate to eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Jul 20, 2024
1 parent 9813810 commit 66e2fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v4.0.0
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
#- run: pnpm run lint
- run: pnpm run build

0 comments on commit 66e2fc9

Please sign in to comment.