Skip to content

Commit 2d07e8a

Browse files
committed
Update workflows
1 parent 78d4201 commit 2d07e8a

File tree

2 files changed

+8
-62
lines changed

2 files changed

+8
-62
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,29 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
19+
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
25-
25+
2626
- name: Install dependencies
2727
run: npm ci
28-
28+
2929
- name: Build
3030
run: npm run build
31-
31+
3232
- name: Lint
3333
run: npm run lint
34-
34+
3535
- name: Check formatting
3636
run: npm run format:check
37-
37+
3838
- name: Type check
3939
run: npm run typecheck
4040

4141
- name: Run tests
4242
run: npm test
43+
44+
- run: pnpm dlx pkg-pr-new publish

.github/workflows/pkg-pr-new.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)