dotfiles/.gitlab-ci.yml
Severin Kaderli 615d4fac8d Add dconf configuration and small fixes
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2018-12-13 21:27:38 +01:00

10 lines
236 B
YAML

image: ubuntu:latest
before_script:
- apt-get update && apt-get install -y --no-install-recommends shellcheck
Lint:
script:
- shellcheck -x ./system/bin/*
- shellcheck -x ./install.sh
- shellcheck -x ./post-install.sh