We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990b5ef commit d27c682Copy full SHA for d27c682
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
sudo apt-get update -y
18
sudo apt-get purge parallel
19
sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz
20
- wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
+ wget "https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz"
21
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
22
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
23
if: matrix.os == 'ubuntu-latest'
0 commit comments