compendium

ref: a90aa64d3477ab796dd8ac9ee6517da9723b3203

./.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 {} \+