chore: add linting step to Node.js workflow (#1715)

This commit is contained in:
typicode
2026-02-26 23:47:10 +01:00
committed by GitHub
parent 43822ad8ad
commit cc3a31edb8

View File

@@ -13,5 +13,6 @@ jobs:
node-version: "22.x"
cache: "pnpm"
- run: pnpm install
- run: pnpm run lint
- run: pnpm run typecheck
- run: pnpm test