From aa6ddc46c7438c007abcba247bef1b1727e05b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pep=20Turr=C3=B3=20Mauri?= Date: Mon, 29 Nov 2021 23:49:23 +0100 Subject: [PATCH] Enable pre-commit checks by prow (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pep TurrĂ³ Mauri --- .prow.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .prow.yaml diff --git a/.prow.yaml b/.prow.yaml new file mode 100644 index 000000000..cf17bfcdf --- /dev/null +++ b/.prow.yaml @@ -0,0 +1,13 @@ +presubmits: + - name: pre-commit + decorate: true + skip_report: false + always_run: true + context: aicoe-ci/prow/pre-commit + spec: + containers: + - image: quay.io/thoth-station/thoth-precommit-py38:v0.12.10 + command: + - "pre-commit" + - "run" + - "--all-files"