File tree Expand file tree Collapse file tree 9 files changed +3101
-1425
lines changed Expand file tree Collapse file tree 9 files changed +3101
-1425
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,26 @@ name: CI
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [ main ]
7
+ branches : [main]
8
8
9
9
jobs :
10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
14
- - name : Install pnpm
15
- uses : pnpm/action-setup@v4
16
- - name : Use Node.js 22
17
- uses : actions/setup-node@v4
18
- with :
19
- node-version : ' 22 '
20
- cache : ' pnpm'
21
- - name : Install dependencies
22
- run : pnpm install --frozen-lockfile
23
- - run : pnpm run build
24
- - name : Run ESLint
25
- run : pnpm run lint
26
- - name : Ensure no changes
27
- run : git diff --exit-code
13
+ - uses : actions/checkout@v4
14
+ - name : Install pnpm
15
+ uses : pnpm/action-setup@v4
16
+ - name : Use Node.js 22
17
+ uses : actions/setup-node@v4
18
+ with :
19
+ node-version : " 22 "
20
+ cache : " pnpm"
21
+ - name : Install dependencies
22
+ run : pnpm install --frozen-lockfile
23
+ - run : pnpm run build
24
+ - name : Run ESLint
25
+ run : pnpm run lint
26
+ - name : Ensure no changes
27
+ run : git diff --exit-code
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
permissions :
9
9
contents : read
10
- id-token : write
10
+ id-token : write
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-node@v4
21
21
- run : pnpm install --frozen-lockfile
22
22
- run : pnpm publish --provenance
23
23
env :
24
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
24
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments