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

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

View File

@@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Install shellcheck
run: apt install -y shellcheck
- name: test
run: make test
shell: bash
run: shellcheck.sh