File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323
2424jobs :
2525 setup-matrix :
26- runs-on : ubuntu-latest
26+ runs-on : ubuntu-slim
2727 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2828
2929 outputs :
@@ -125,7 +125,7 @@ jobs:
125125 if : ${{ github.event_name == 'pull_request' }}
126126
127127 dangerbot :
128- runs-on : ubuntu-latest
128+ runs-on : ubuntu-slim
129129 if : github.repository == 'DefinitelyTyped/DefinitelyTyped' && github.event_name == 'pull_request'
130130
131131 needs :
@@ -158,7 +158,7 @@ jobs:
158158 DANGER_GITHUB_API_TOKEN=$TOKEN pnpm danger ci || $( exit 0 )
159159
160160 scripts :
161- runs-on : ubuntu-latest
161+ runs-on : ubuntu-slim
162162 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
163163
164164 steps :
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 dprint-fmt :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-slim
1515 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1616 steps :
1717 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 1919 permissions :
2020 contents : write # for Git to git push
2121 pull-requests : write # for peter-evans/create-pull-request to create a PR
22- runs-on : ubuntu-latest
22+ runs-on : ubuntu-slim
2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424
2525 steps :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99jobs :
1010 lint-md :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-slim
1212 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1313 steps :
1414 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 2121 permissions :
2222 contents : write # for Git to git push
2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
24- runs-on : ubuntu-latest
24+ runs-on : ubuntu-slim
2525 steps :
2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - uses : ./.github/actions/setup-for-scripts
You can’t perform that action at this time.
0 commit comments