compendium

ref: 57e2cbd87e032d57f17383476c0f1ad2352e9856

./.travis.yml


1
2
3
4
5
6
language: minimal
dist: bionic
before_install:
  - sudo apt-get -y install yamllint
script:
  - find . -name '*.yml' -o -name '*.yaml' -exec yamllint --strict --format parsable {} \+