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