ci: use actionlint and problem matchers (#4116)

This commit is contained in:
ReenigneArcher
2025-07-29 22:08:30 -04:00
committed by GitHub
parent 4bac84ee38
commit 99cf9ac960
23 changed files with 215 additions and 120 deletions

View File

@@ -460,6 +460,8 @@ function run_install() {
nvm_url="https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh"
echo "nvm url: ${nvm_url}"
wget -qO- ${nvm_url} | bash
# shellcheck source=/dev/null # we don't care that shellcheck cannot find nvm.sh
source "$HOME/.nvm/nvm.sh"
nvm install node
nvm use node