* MOD: again shellcheck
Some checks failed
checks / check and test (push) Failing after 5s
checks / check and test (pull_request) Failing after 5s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-20 12:38:31 +01:00
parent 4371ce95ff
commit 0424181de8

View File

@@ -10,6 +10,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install shellcheck - name: Install shellcheck
run: apt install -y shellcheck run: apt update && apt install -y shellcheck
- name: test - name: test
run: shellcheck.sh run: shellcheck.sh