Update .gitea/workflows/lint.yaml
Some checks failed
/ Lint Check Shellscripts (push) Failing after 13s
Some checks failed
/ Lint Check Shellscripts (push) Failing after 13s
This commit is contained in:
@@ -8,8 +8,8 @@ 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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user