We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31fe59 commit a5d5d18Copy full SHA for a5d5d18
.github/workflows/push.yaml
@@ -17,6 +17,7 @@ jobs:
17
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
18
with:
19
cache: true
20
+ standalone: true
21
- run: pnpm install --frozen-lockfile
22
- run: pnpm run format:check
23
- run: pnpm run lint
0 commit comments