Skip to content

Commit 8e451e8

Browse files
committed
chore: update ci
1 parent 0dfb4fe commit 8e451e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v5
1414
with: { node-version: lts/*, cache: pnpm }
1515
- run: pnpm install
16-
- run: pnpm stub && pnpm lint
17-
if: ${{ matrix.os != 'windows-latest' }}
16+
- run: pnpm lint
1817
- run: pnpm test:types
1918
- run: pnpm build
2019
- run: pnpm vitest --coverage
@@ -23,6 +22,7 @@ jobs:
2322
publish:
2423
runs-on: ubuntu-latest
2524
permissions: { id-token: write, contents: read }
25+
needs: tests
2626
if: contains('refs/heads/main', github.ref) && github.event_name == 'push'
2727
steps:
2828
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)