File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 8
8
merge_group :
9
9
10
10
jobs :
11
- lint :
12
- name : Lint
13
- uses : node-modules/github-actions/.github/workflows/node-test.yml@master
14
- with :
15
- os : ' ubuntu-latest, macos-latest, windows-latest'
16
- version : ' 20, 22, 24'
17
- test : ' pnpm lint'
18
- install : ' corepack enable pnpm && pnpm install'
19
-
20
- build :
21
- name : Build
22
- uses : node-modules/github-actions/.github/workflows/node-test.yml@master
23
- with :
24
- os : ' ubuntu-latest, macos-latest, windows-latest'
25
- version : ' 20, 22, 24'
26
- test : ' pnpm build'
27
- install : ' corepack enable pnpm && pnpm install'
28
-
29
11
test :
30
12
name : Test
31
13
uses : node-modules/github-actions/.github/workflows/node-test.yml@master
Original file line number Diff line number Diff line change 26
26
"pretest" : " pnpm -r run pretest && pnpm run clean" ,
27
27
"test" : " vitest run" ,
28
28
"test:cov" : " vitest run --coverage" ,
29
+ "ci" : " pnpm run lint && pnpm run test:cov" ,
30
+ "postci" : " pnpm run build" ,
29
31
"site:dev" : " pnpm --filter=site run dev" ,
30
32
"site:build" : " pnpm --filter=site run build" ,
31
33
"site:prettier" : " pnpm --filter=site run prettier" ,
You can’t perform that action at this time.
0 commit comments