dotfiles-server/.gitlab-ci.yml

10 lines
158 B
YAML

image: ubuntu
stages:
- lint
lint:
stage: lint
script:
- 'apt-get update && apt-get install -y shellcheck'
- 'shellcheck bin/*'