Files
dockerfiles/.gitea/workflows/test.yaml
Uwe Hermann e387a7b0b7
Some checks failed
tests / check and test (push) Failing after 6s
tests / check and test (pull_request) Failing after 6s
* MOD: finalize tests stage
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
2024-01-20 12:41:32 +01:00

17 lines
292 B
YAML

---
name: tests
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