mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
chore: add linting step to Node.js workflow (#1715)
This commit is contained in:
1
.github/workflows/node.js.yml
vendored
1
.github/workflows/node.js.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user