We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562111c commit 8a3feedCopy full SHA for 8a3feed
.github/workflows/push.yml
@@ -21,6 +21,6 @@ jobs:
21
node-version: 22.x
22
cache: pnpm
23
- run: pnpm install --frozen-lockfile
24
- - run: pnpm lint
25
- run: pnpm build
+ - run: pnpm lint
26
- run: pnpm test
0 commit comments