File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Checkout
13
13
uses : actions/checkout@v4
14
- with :
15
- ref : ${{ github.event.pull_request.head.sha }}
16
14
17
15
- uses : pnpm/action-setup@v4
18
16
name : Install pnpm
30
28
steps :
31
29
- name : Checkout
32
30
uses : actions/checkout@v4
33
- with :
34
- ref : ${{ github.event.pull_request.head.sha }}
35
31
36
32
- uses : pnpm/action-setup@v4
37
33
name : Install pnpm
49
45
steps :
50
46
- name : Checkout
51
47
uses : actions/checkout@v4
52
- with :
53
- ref : ${{ github.event.pull_request.head.sha }}
54
48
55
49
- uses : pnpm/action-setup@v4
56
50
name : Install pnpm
73
67
steps :
74
68
- name : Checkout
75
69
uses : actions/checkout@v4
76
- with :
77
- ref : ${{ github.event.pull_request.head.sha }}
78
70
79
71
- uses : pnpm/action-setup@v4
80
72
name : Install pnpm
92
84
steps :
93
85
- name : Checkout
94
86
uses : actions/checkout@v4
95
- with :
96
- ref : ${{ github.event.pull_request.head.sha }}
97
87
98
88
- uses : pnpm/action-setup@v4
99
89
name : Install pnpm
@@ -111,8 +101,6 @@ jobs:
111
101
steps :
112
102
- name : Checkout
113
103
uses : actions/checkout@v4
114
- with :
115
- ref : ${{ github.event.pull_request.head.sha }}
116
104
117
105
- uses : pnpm/action-setup@v4
118
106
name : Install pnpm
You can’t perform that action at this time.
0 commit comments