---
include: 'templates/template.yml'

check-manifest:
  extends: .retry
  interruptible: true
  image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
  except:
    variables:
      - $TRIGGERED_FROM_OTHER_PROJECT
  tags:
    - lint
    - check-manifest
  stage: lint
  script: tox -e check-manifest