--- kind: pipeline name: python steps: - name: badgie image: python commands: - pip install badgie - badgie -w README.md - name: Update file image: python commands: - python scripts/script.py status: - success