gitlab-dater/.gitlab-ci.yml

7 lines
119 B
YAML

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