File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- name : Install pnpm
16
16
uses : pnpm/action-setup@v4
17
- with :
18
- version : 10
19
17
- name : Use Node.js ${{ matrix.node-version }}
20
18
uses : actions/setup-node@v4
21
19
with :
26
24
- name : Run Formatter
27
25
run : pnpm format:check
28
26
test :
29
- name : Format
27
+ name : Test
30
28
runs-on : ubuntu-22.04
31
29
strategy :
32
30
matrix :
35
33
- uses : actions/checkout@v4
36
34
- name : Install pnpm
37
35
uses : pnpm/action-setup@v4
38
- with :
39
- version : 10
40
36
- name : Use Node.js ${{ matrix.node-version }}
41
37
uses : actions/setup-node@v4
42
38
with :
48
44
run : pnpm test
49
45
50
46
build :
51
- name : Format
47
+ name : Build
52
48
runs-on : ubuntu-22.04
53
49
strategy :
54
50
matrix :
57
53
- uses : actions/checkout@v4
58
54
- name : Install pnpm
59
55
uses : pnpm/action-setup@v4
60
- with :
61
- version : 10
62
56
- name : Use Node.js ${{ matrix.node-version }}
63
57
uses : actions/setup-node@v4
64
58
with :
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
- name : Install pnpm
18
18
uses : pnpm/action-setup@v4
19
- with :
20
- version : 10
21
19
- name : Use Node.js ${{ matrix.node-version }}
22
20
uses : actions/setup-node@v4
23
21
with :
You can’t perform that action at this time.
0 commit comments