Skip to content

Commit 5d2c326

Browse files
committed
ci: πŸ’š add pr-new ci
1 parent 3afba0f commit 5d2c326

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: πŸš€ pkg-pr-new
2+
on: [push, pull_request]
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- name: Checkout code
10+
uses: actions/checkout@v2
11+
12+
- uses: pnpm/action-setup@v4
13+
with:
14+
version: 9
15+
16+
- name: Install dependencies
17+
run: pnpm install
18+
19+
- name: Build
20+
run: pnpm run build
21+
22+
- run: npx pkg-pr-new publish

0 commit comments

Comments
Β (0)