kind: pipeline type: docker name: default steps: - name: pre-commit image: iamthefij/drone-pre-commit:latest commands: - pre-commit run --all-files