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 7918f34 commit e0a0872Copy full SHA for e0a0872
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
sudo apt-get update -y
18
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"
+ wget "https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz"
20
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
21
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
22
if: matrix.os == 'ubuntu-latest'
0 commit comments