7 lines
119 B
YAML
7 lines
119 B
YAML
|
build:
|
||
|
image: alpine
|
||
|
before_script:
|
||
|
- apk add --no-cache shellcheck
|
||
|
script:
|
||
|
- shellcheck gitlab-dater.sh
|