Files
dockerfiles/.gitea/workflows/test.yaml
Uwe Hermann 0424181de8
Some checks failed
checks / check and test (push) Failing after 5s
checks / check and test (pull_request) Failing after 5s
* MOD: again shellcheck
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
2024-01-20 12:38:31 +01:00

16 lines
287 B
YAML

name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: apt update && apt install -y shellcheck
- name: test
run: shellcheck.sh