gitlab-dater/.gitlab-ci.yml
2021-07-08 18:50:24 +01:00

6 lines
119 B
YAML

build:
image: alpine
before_script:
- apk add --no-cache shellcheck
script:
- shellcheck gitlab-dater.sh