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 775f19a commit a3f0d90Copy full SHA for a3f0d90
.github/workflows/dockerimage.yml
@@ -23,5 +23,5 @@ jobs:
23
run: |
24
scversion="stable" # or "v0.4.7", or "latest"
25
wget -qO- "https://storage.googleapis.com/shellcheck/shellcheck-${scversion?}.linux.x86_64.tar.xz" | tar -xJv
26
- cp "shellcheck-${scversion}/shellcheck" /usr/bin/
+ sudo cp "shellcheck-${scversion}/shellcheck" /usr/bin/
27
shellcheck --version
0 commit comments