Skip to content

Commit e0a0872

Browse files
author
Evgenii Khramkov
committed
update shellcheck location
1 parent 7918f34 commit e0a0872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
sudo apt-get update -y
1818
sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz
19-
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
19+
wget "https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz"
2020
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
2121
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
2222
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)