* MOD: again shellcheck
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
+3 -4
View File
@@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Docker - name: Install shellcheck
run: curl -fsSL https://get.docker.com | sh run: apt install -y shellcheck
- name: test - name: test
run: make test run: shellcheck.sh
shell: bash