Files
dockerfiles/.gitea/workflows/test.yaml
Uwe Hermann b8fbe97f77
Some checks failed
Build and push / check and test (push) Successful in 6s
Build and push / build_and_push (push) Failing after 5m13s
* MOD: workflow tests
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
2024-01-21 10:20:14 +01:00

17 lines
327 B
YAML

---
name: Test stage
on:
push:
branches-ignore:
- main
jobs:
test_shellcheck:
name: Run shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: apt update && apt install -y shellcheck
- name: test
run: ./shellcheck.sh