File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 run : |
1515 sudo apt-get update -y
1616 sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz help2man
17- wget "https://github.com/koalaman/shellcheck/releases/download/latest /shellcheck-latest .linux.x86_64.tar.xz"
18- tar --xz -xvf "shellcheck-latest .linux.x86_64.tar.xz"
19- sudo cp shellcheck-latest /shellcheck /usr/bin/shellcheck
17+ wget "https://github.com/koalaman/shellcheck/releases/download/stable /shellcheck-stable .linux.x86_64.tar.xz"
18+ tar --xz -xvf "shellcheck-stable .linux.x86_64.tar.xz"
19+ sudo cp shellcheck-stable /shellcheck /usr/bin/shellcheck
2020 if : matrix.os != 'macos-latest'
2121 - name : Install Dependencies (macOS)
2222 run : |
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ begin_test "shellcheck: reports no errors or warnings"
1111 set -e
1212 # We manually install the latest Shellcheck on Linux builds as other options
1313 # are too old.
14- if [ -x " $BASE_PATH /shellcheck-latest /shellcheck" ]; then
15- shellcheck () { " $BASE_PATH /shellcheck-latest /shellcheck" " $@ " ; }
14+ if [ -x " $BASE_PATH /shellcheck-stable /shellcheck" ]; then
15+ shellcheck () { " $BASE_PATH /shellcheck-stable /shellcheck" " $@ " ; }
1616 fi
1717
1818 if ! type shellcheck 1> /dev/null 2>&1 ; then
You can’t perform that action at this time.
0 commit comments