Files
dockerfiles/.gitea/workflows/test.yaml
Uwe Hermann 4b0ea1dbb3
All checks were successful
checks / check and test (push) Successful in 6s
checks / check and test (pull_request) Successful in 6s
* MOD: again shellcheck
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
2024-01-20 12:39:29 +01:00

16 lines
292 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: ls # shellcheck.sh