@@ -4,19 +4,14 @@ permissions:
44 contents : read
55
66on :
7- workflow_dispatch :
87 pull_request_target :
98 types : [opened, synchronize, reopened]
109
1110jobs :
1211 build :
1312 runs-on : ubuntu-latest
1413 steps :
15- - name : Checkout
16- uses : actions/checkout@v4
17- with :
18- ref : ${{ github.event.pull_request.head.ref }}
19- repository : ${{ github.event.pull_request.head.repo.full_name }}
14+ - uses : actions/checkout@v4
2015
2116 - uses : pnpm/action-setup@v4
2217 name : Install pnpm
3227 lint :
3328 runs-on : ubuntu-latest
3429 steps :
35- - name : Checkout
36- uses : actions/checkout@v4
37- with :
38- ref : ${{ github.event.pull_request.head.ref }}
39- repository : ${{ github.event.pull_request.head.repo.full_name }}
30+ - uses : actions/checkout@v4
4031
4132 - uses : pnpm/action-setup@v4
4233 name : Install pnpm
5243 test-chrome :
5344 runs-on : ubuntu-latest
5445 steps :
55- - name : Checkout
56- uses : actions/checkout@v4
57- with :
58- ref : ${{ github.event.pull_request.head.ref }}
59- repository : ${{ github.event.pull_request.head.repo.full_name }}
46+ - uses : actions/checkout@v4
6047
6148 - uses : pnpm/action-setup@v4
6249 name : Install pnpm
7764 test-firefox :
7865 runs-on : ubuntu-latest
7966 steps :
80- - name : Checkout
81- uses : actions/checkout@v4
82- with :
83- ref : ${{ github.event.pull_request.head.ref }}
84- repository : ${{ github.event.pull_request.head.repo.full_name }}
67+ - uses : actions/checkout@v4
8568
8669 - uses : pnpm/action-setup@v4
8770 name : Install pnpm
9780 test-safari :
9881 runs-on : macos-14
9982 steps :
100- - name : Checkout
101- uses : actions/checkout@v4
102- with :
103- ref : ${{ github.event.pull_request.head.ref }}
104- repository : ${{ github.event.pull_request.head.repo.full_name }}
83+ - uses : actions/checkout@v4
10584
10685 - uses : pnpm/action-setup@v4
10786 name : Install pnpm
@@ -117,11 +96,7 @@ jobs:
11796 prettier :
11897 runs-on : ubuntu-latest
11998 steps :
120- - name : Checkout
121- uses : actions/checkout@v4
122- with :
123- ref : ${{ github.event.pull_request.head.ref }}
124- repository : ${{ github.event.pull_request.head.repo.full_name }}
99+ - uses : actions/checkout@v4
125100
126101 - uses : pnpm/action-setup@v4
127102 name : Install pnpm
0 commit comments