Skip to content

Commit b6d8f60

Browse files
committed
ci: format
1 parent 68bb979 commit b6d8f60

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

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

+23-23
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ on:
44
pull_request:
55
branches: main
66
paths-ignore:
7-
- 'docs/**'
8-
- 'playground/**'
9-
- 'examples/**'
7+
- 'docs/**'
8+
- 'playground/**'
9+
- 'examples/**'
1010

1111
push:
1212
branches:
13-
- '**'
13+
- '**'
1414
tags:
15-
- '!**'
15+
- '!**'
1616
paths-ignore:
17-
- 'docs/**'
18-
- 'playground/**'
19-
- 'examples/**'
17+
- 'docs/**'
18+
- 'playground/**'
19+
- 'examples/**'
2020

2121
jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- name: Checkout code
27-
uses: actions/checkout@v4
28-
with:
29-
fetch-depth: 0
30-
- uses: pnpm/action-setup@v4
31-
- uses: actions/setup-node@v4
32-
with:
33-
node-version: lts/*
34-
cache: pnpm
26+
- name: Checkout code
27+
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
30+
- uses: pnpm/action-setup@v4
31+
- uses: actions/setup-node@v4
32+
with:
33+
node-version: lts/*
34+
cache: pnpm
3535

36-
- name: Install
37-
run: pnpm install --frozen-lockfile
36+
- name: Install
37+
run: pnpm install --frozen-lockfile
3838

39-
- name: Build
40-
run: pnpm build
39+
- name: Build
40+
run: pnpm build
4141

42-
- name: Release
43-
run: pnpm dlx pkg-pr-new publish --compact --pnpm
42+
- name: Release
43+
run: pnpm dlx pkg-pr-new publish --compact --pnpm

0 commit comments

Comments
 (0)