Update .gitea/workflows/lint.yaml
Some checks failed
/ Lint Check Shellscripts (push) Failing after 3s
Some checks failed
/ Lint Check Shellscripts (push) Failing after 3s
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Linter
|
||||
run: |
|
||||
wget -qO- 'https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.$(uname -m).tar.xz' | tar -xJv
|
||||
wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.$(uname -m).tar.xz" | tar -xJv
|
||||
cp 'shellcheck-v0.11.0/shellcheck' /usr/local/bin
|
||||
rm -rf "shellcheck-v0.11.0"
|
||||
shellcheck --version
|
||||
|
||||
Reference in New Issue
Block a user