File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ # https://github.com/rhysd/actionlint/blob/v1.7.7/docs/config.md
3+ self-hosted-runner :
4+ labels :
5+ - windows-11-arm # remove after https://github.com/rhysd/actionlint/pull/542 is merged
Original file line number Diff line number Diff line change 8888 - name : Install actionlint
8989 id : get_actionlint
9090 shell : bash
91- run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
91+ run : |
92+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
93+
94+ if [ ! -f ".github/actionlint.yml" ]; then
95+ curl \
96+ -fsSL \
97+ --retry 3 \
98+ -o ".github/actionlint.yml" \
99+ "https://raw.githubusercontent.com/LizardByte/.github/master/.github/actionlint.yml"
100+ fi
92101
93102 - name : Replace shell
94103 shell : bash
You can’t perform that action at this time.
0 commit comments