scripts/.gitlab-ci.yml

9 lines
158 B
YAML
Raw Normal View History

services:
- docker:dind
shellcheck:
image: docker:latest
stage: test
script:
- docker run --rm -v "$(pwd):/mnt" koalaman/shellcheck:stable src/*