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

This commit is contained in:
2026-01-06 11:31:15 +00:00
parent 2bf64689db
commit f01555b0e5

View File

@@ -9,8 +9,8 @@ jobs:
- name: Install Linter
run: |
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}"
cp 'shellcheck-v0.11.0/shellcheck' /usr/local/bin
rm -rf "shellcheck-v0.11.0"
shellcheck --version
- name: Run Linter
run: |