We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfb4fe commit 8e451e8Copy full SHA for 8e451e8
.github/workflows/ci.yml
@@ -13,8 +13,7 @@ jobs:
13
- uses: actions/setup-node@v5
14
with: { node-version: lts/*, cache: pnpm }
15
- run: pnpm install
16
- - run: pnpm stub && pnpm lint
17
- if: ${{ matrix.os != 'windows-latest' }}
+ - run: pnpm lint
18
- run: pnpm test:types
19
- run: pnpm build
20
- run: pnpm vitest --coverage
@@ -23,6 +22,7 @@ jobs:
23
22
publish:
24
runs-on: ubuntu-latest
25
permissions: { id-token: write, contents: read }
+ needs: tests
26
if: contains('refs/heads/main', github.ref) && github.event_name == 'push'
27
steps:
28
- uses: actions/checkout@v5
0 commit comments