File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191echo " Checking for actionlint..."
9292if ! command -v actionlint & > /dev/null && [ ! -f " ./actionlint" ]; then
9393 echo " actionlint is not installed. Downloading actionlint..."
94- bash <( curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10 /scripts/download-actionlint.bash) 1.7.10
94+ bash <( curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.9 /scripts/download-actionlint.bash) 1.7.9
9595 echo " actionlint installed successfully!"
9696else
9797 echo " actionlint is already available."
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717 - name : Download actionlint
1818 id : get_actionlint
19- run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10 /scripts/download-actionlint.bash) 1.7.10
19+ run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.9 /scripts/download-actionlint.bash) 1.7.9
2020 shell : bash
2121 - name : Check workflow files
2222 run : ${{ steps.get_actionlint.outputs.executable }} -color
You can’t perform that action at this time.
0 commit comments