We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df3716 commit 1b1106fCopy full SHA for 1b1106f
1 file changed
.github/workflows/node.js.yml
@@ -13,5 +13,6 @@ jobs:
13
node-version: "22.x"
14
cache: "pnpm"
15
- run: pnpm install
16
+ - run: pnpm run lint
17
- run: pnpm run typecheck
18
- run: pnpm test
0 commit comments