infrastructure/.gitlab-ci.yml
2024-08-21 20:55:06 +02:00

5 lines
145 B
YAML

syntaxcheck:
image: docker.io/library/alpine:3.18
script:
- apk update && apk add bash python3
- tools/check-json-syntax