We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a571ba commit 052595cCopy full SHA for 052595c
.github/workflows/autofix.yml
@@ -19,6 +19,7 @@ jobs:
19
node-version: 20
20
cache: "pnpm"
21
- run: pnpm install
22
+ - run: pnpm build --stub
23
- run: pnpm codeup apply --actions ./actions/unjs
24
- run: pnpm lint:fix
25
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
.github/workflows/ci.yml
- run: pnpm lint
- run: pnpm test:types
- run: pnpm build
0 commit comments