dotfiles-server/.gitlab-ci.yml

10 lines
158 B
YAML
Raw Normal View History

2017-07-29 20:46:05 +02:00
image: ubuntu
2017-07-29 20:27:19 +02:00
stages:
- lint
lint:
2017-07-29 20:31:35 +02:00
stage: lint
2017-07-29 20:32:59 +02:00
script:
2017-07-29 20:47:59 +02:00
- 'apt-get update && apt-get install -y shellcheck'
2017-07-29 20:52:32 +02:00
- 'shellcheck bin/*'