---
labels:
  backend: docker
steps:
  - name: linting
    image: cytopia/yamllint:latest
    commands:
      - yamllint -f colored -s .
when:
  - event: push