File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 99 name : Build & Test
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v4
1313
14- - uses : actions/setup-node@v4
15- with :
16- node-version : 20
17- cache : ' npm'
14+ - uses : actions/setup-node@v4
15+ with :
16+ node-version : 20
17+ cache : ' npm'
1818
19- - name : Install dependencies
20- run : npm install
19+ - name : Install dependencies
20+ run : npm install
2121
22- - name : Run all checks
23- run : npm run all
22+ - name : Run all checks
23+ run : npm run all
Original file line number Diff line number Diff line change 22B
33C
44D
5+ ABC
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ ${result.output}
5050${ commentLocator ( label ) } `;
5151} ;
5252
53- // comment
54-
5553const createComment = async (
5654 octokit : InstanceType < typeof GitHub > ,
5755 context : Context ,
You can’t perform that action at this time.
0 commit comments