--- kind: pipeline name: lint steps: - name: python lint image: cytopia/pylint commands: - pylint *.py