Skip to content

Commit cc3a31e

Browse files
authored
chore: add linting step to Node.js workflow (#1715)
1 parent 43822ad commit cc3a31e

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)