when: - event: push steps: - name: lint image: alpine commands: - export PATH=$PATH:/root/.local/bin - apk add --no-cache make pipx - make setup - make lint