Skip to content

Commit 2c53cb1

Browse files
committed
ci: move shellcheck binary to local bin
1 parent e319498 commit 2c53cb1

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
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt install -y curl git-lfs wget tar
2828
scversion="stable"
2929
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/
30+
cp "shellcheck-${scversion}/shellcheck" $HOME/.local/bin/
3131
shellcheck --version
3232
- name: lint and test
3333
run: |

0 commit comments

Comments
 (0)