kind: pipeline type: docker name: syntax platform: os: linux arch: arm steps: - name: syntax pull: if-not-exists image: python:3.7 commands: - pip3 install -r requirements.txt - pylint *.py