File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020jobs :
2121 lint :
2222 name : Lint
23+
2324 runs-on : ubuntu-latest
25+ defaults :
26+ run :
27+ shell : bash --noprofile --norc -euxo pipefail {0}
2428
2529 steps :
2630 - name : Checkout
3135 # renovate: datasource=github-releases depName=rhysd/actionlint
3236 ACTIONLINT_VERSION : v1.7.9
3337 run : |
34- IFS=$' \n\t'; set -euxo pipefail
35-
3638 # download, extract and setup actionlint
3739 wget -q "https://github.com/rhysd/actionlint/releases/download/${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION#v}_linux_amd64.tar.gz" \
3840 -O actionlint.tar.gz
Original file line number Diff line number Diff line change 1919jobs :
2020 lint :
2121 name : Lint
22+
2223 runs-on : ubuntu-latest
24+ defaults :
25+ run :
26+ shell : bash --noprofile --norc -euxo pipefail {0}
2327
2428 steps :
2529 - name : Checkout
3640 # renovate: datasource=github-releases depName=ammaraskar/msvc-problem-matcher
3741 MSCV_PROBLEM_MATCHER_VERSION : 0.3.0
3842 run : |
39- IFS=$' \n\t'; set -euxo pipefail
40-
4143 # install luacheck
4244 luarocks install luacheck
4345
Original file line number Diff line number Diff line change 1212
1313 create-love-file-and-create-linux-packages :
1414 name : Create .love file & Create Linux packages
15- runs-on : ubuntu-latest
1615 needs : check
1716
17+ runs-on : ubuntu-latest
18+ defaults :
19+ run :
20+ shell : bash --noprofile --norc -euxo pipefail {0}
21+
1822 steps :
1923 - name : Checkout
2024 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5458
5559 create-windows-packages-and-github-release :
5660 name : Create Windows packages & GitHub release
57- runs-on : windows-latest
5861 needs : create-love-file-and-create-linux-packages
5962
63+ runs-on : ubuntu-latest
64+ defaults :
65+ run :
66+ shell : bash --noprofile --norc -euxo pipefail {0}
67+
6068 permissions :
6169 contents : write
6270
You can’t perform that action at this time.
0 commit comments