Update .gitea/workflows/lint.yaml
Some checks failed
/ Lint Check Shellscripts (push) Failing after 10s

This commit is contained in:
2026-01-06 11:30:35 +00:00
parent e66abe2467
commit 2bf64689db

View File

@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Linter
run: |
wget -qO- 'https://github.com/koalaman/shellcheck/releases/download/${scversion?}/shellcheck-${scversion?}.linux.x86_64.tar.xz' | tar -xJv
wget -qO- 'https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.x86_64.tar.xz' | tar -xJv
cp 'shellcheck-${scversion}/shellcheck' /usr/local/bin
rm -rf "shellcheck-${scversion}"
shellcheck --version