File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ jobs:
249249 - run : npx hereby lint
250250
251251 format :
252- runs-on : ubuntu-latest
252+ runs-on : ubuntu-slim
253253 steps :
254254 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
255255 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
@@ -301,7 +301,7 @@ jobs:
301301 - run : git diff --staged --exit-code --stat
302302
303303 tidy :
304- runs-on : ubuntu-latest
304+ runs-on : ubuntu-slim
305305 steps :
306306 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
307307 - uses : ./.github/actions/setup-go
@@ -356,7 +356,7 @@ jobs:
356356 - run : npx hereby check:scripts
357357
358358 required :
359- runs-on : ubuntu-latest
359+ runs-on : ubuntu-slim
360360 if : ${{ always() }}
361361 needs :
362362 - build
You can’t perform that action at this time.
0 commit comments