1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00
mdlayher-homelab/.builds/linux.yml
Matt Layher 34ecd7d4c5
builds: skip spotifyd vars yamllint
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2019-10-07 13:01:52 -04:00

12 lines
411 B
YAML

image: archlinux
packages:
- yamllint
sources:
- https://github.com/mdlayher/homelab
tasks:
- build: |
cd homelab/
# Sanity check all YAML files:
# - ignore line-length lint
# - ignore ansible vault-encrypted files
diff -u <(echo -n) <(yamllint -f parsable ./ansible | grep -v "line-length" | grep -E -v "[alertmanager,rtorrent_exporter,spotifyd,traefik]/vars/main.yml")