Skip to content

Commit

Permalink
Fix GitHub Action 🤐
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsputman committed Oct 26, 2023
1 parent d41829f commit 3d30bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/setup-pre-commit.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ $pip_cmd install 'pre-commit==3.3.3'
$pip_cmd install 'yamllint==1.32.0'

if [ ! -x ~/.local/bin/shellcheck ]; then
version=v2.12.0 "{$GITHUB_WORKSPACE}/install/wget.d/shellcheck"
version=v0.9.0 "${GITHUB_WORKSPACE}/install/wget.d/shellcheck"
fi

if [ ! -x ~/.local/bin/hadolint ]; then
version=v2.12.0 "{$GITHUB_WORKSPACE}/install/wget.d/hadolint"
version=v2.12.0 "${GITHUB_WORKSPACE}/install/wget.d/hadolint"
fi

if [ ! -x ~/.local/bin/shfmt ]; then
version=v2.12.0 "{$GITHUB_WORKSPACE}/install/wget.d/shfmt"
version=v3.7.0 "${GITHUB_WORKSPACE}/install/wget.d/shfmt"
fi

0 comments on commit 3d30bae

Please sign in to comment.