From 915bd39dd5881f7e9ce66d416460df00e675d5ad Mon Sep 17 00:00:00 2001 From: missytake Date: Sun, 29 Jun 2025 18:50:26 +0200 Subject: [PATCH] CI: fail on lint issues --- .github/workflows/test-and-deploy-ipv4only.yaml | 2 +- .github/workflows/test-and-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy-ipv4only.yaml b/.github/workflows/test-and-deploy-ipv4only.yaml index f3e9eda9..3b86e2b1 100644 --- a/.github/workflows/test-and-deploy-ipv4only.yaml +++ b/.github/workflows/test-and-deploy-ipv4only.yaml @@ -71,7 +71,7 @@ jobs: ssh -o StrictHostKeyChecking=accept-new -v root@staging-ipv4.testrun.org chown root:root -R /var/lib/acme || true - name: run formatting checks - run: cmdeploy fmt -v + run: cmdeploy fmt -v --check - name: run deploy-chatmail offline tests run: pytest --pyargs cmdeploy diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 53aa79a8..d9a586cb 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -71,7 +71,7 @@ jobs: ssh -o StrictHostKeyChecking=accept-new -v root@staging2.testrun.org chown root:root -R /var/lib/acme || true - name: run formatting checks - run: cmdeploy fmt -v + run: cmdeploy fmt -v --check - name: run deploy-chatmail offline tests run: pytest --pyargs cmdeploy