Skip to content

Commit 1b1106f

Browse files
authored
Add linting step to Node.js workflow
1 parent 9df3716 commit 1b1106f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
node-version: "22.x"
1414
cache: "pnpm"
1515
- run: pnpm install
16+
- run: pnpm run lint
1617
- run: pnpm run typecheck
1718
- run: pnpm test

0 commit comments

Comments
 (0)