File tree Expand file tree Collapse file tree 6 files changed +57
-5
lines changed Expand file tree Collapse file tree 6 files changed +57
-5
lines changed Original file line number Diff line number Diff line change 1515 needs : [tests]
1616 runs-on : ubuntu-latest
1717 steps :
18- - run : ' echo tests completed '
18+ - run : true
Original file line number Diff line number Diff line change 1+ name : ' Tests: pretest/posttest'
2+
3+ on : [pull_request, push]
4+
5+ jobs :
6+ tests :
7+ uses : ljharb/actions/.github/workflows/pretest.yml@main
Original file line number Diff line number Diff line change 1- name : ' Tests: node.js >= 10 '
1+ name : ' Tests: node.js 10 - 20 '
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 tests :
710 uses : ljharb/actions/.github/workflows/node.yml@main
811 with :
9- range : ' >= 10'
12+ range : ' >= 10 < 20 '
1013 type : minors
1114 command : npm run tests-only
1215
1316 node :
14- name : ' node >= 10 '
17+ name : ' node 10 - 20 '
1518 needs : [tests]
1619 runs-on : ubuntu-latest
1720 steps :
18- - run : ' echo tests completed '
21+ - run : true
Original file line number Diff line number Diff line change 1+ name : ' Tests: node.js >= 20'
2+
3+ on : [pull_request, push]
4+
5+ permissions :
6+ contents : read
7+
8+ jobs :
9+ tests :
10+ uses : ljharb/actions/.github/workflows/node.yml@main
11+ with :
12+ range : ' >= 20'
13+ type : minors
14+ command : npm run tests-only
15+
16+ node :
17+ name : ' node >= 20'
18+ needs : [tests]
19+ runs-on : ubuntu-latest
20+ steps :
21+ - run : true
Original file line number Diff line number Diff line change 1+ name : Automatic Rebase
2+
3+ on : [pull_request_target]
4+
5+ jobs :
6+ _ :
7+ uses : ljharb/actions/.github/workflows/rebase.yml@main
8+ secrets :
9+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ name : Require “Allow Edits”
2+
3+ on : [pull_request_target]
4+
5+ jobs :
6+ _ :
7+ name : " Require “Allow Edits”"
8+
9+ runs-on : ubuntu-latest
10+
11+ steps :
12+ - uses : ljharb/require-allow-edits@main
You can’t perform that action at this time.
0 commit comments