diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index b04f278..9960e40 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -8,10 +8,10 @@ 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 - cp "shellcheck-${scversion}/shellcheck" /usr/local/bin - rm -rf "shellcheck-${scversion}" - shellcheck --version + wget -qO- 'https://github.com/koalaman/shellcheck/releases/download/${scversion?}/shellcheck-${scversion?}.linux.x86_64.tar.xz' | tar -xJv + cp 'shellcheck-${scversion}/shellcheck' /usr/local/bin + rm -rf "shellcheck-${scversion}" + shellcheck --version - name: Run Linter run: | shellcheck penv