Skip to content
Snippets Groups Projects
yamllint.yml 347 B
Newer Older
  image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
  stage: lint
  rules:
    - changes:
        - "**/*.yaml"
        - "*.yaml"
        - "**/*.yml"
        - "*.yml"
  script:
    - tox -e yamllint