We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e319498 commit 2c53cb1Copy full SHA for 2c53cb1
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
sudo apt install -y curl git-lfs wget tar
28
scversion="stable"
29
wget -qO- "https://github.com/koalaman/shellcheck/releases/download/${scversion?}/shellcheck-${scversion?}.linux.x86_64.tar.xz" | tar -xJv
30
- cp "shellcheck-${scversion}/shellcheck" /usr/bin/
+ cp "shellcheck-${scversion}/shellcheck" $HOME/.local/bin/
31
shellcheck --version
32
- name: lint and test
33
run: |
0 commit comments