Skip to content

Commit 5e78b1f

Browse files
committed
CI: fail on lint issues
1 parent 8a59d94 commit 5e78b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-deploy-ipv4only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
ssh -o StrictHostKeyChecking=accept-new -v [email protected] chown root:root -R /var/lib/acme || true
7272
7373
- name: run formatting checks
74-
run: cmdeploy fmt -v
74+
run: cmdeploy fmt -v --check
7575

7676
- name: run deploy-chatmail offline tests
7777
run: pytest --pyargs cmdeploy

.github/workflows/test-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
ssh -o StrictHostKeyChecking=accept-new -v [email protected] chown root:root -R /var/lib/acme || true
7272
7373
- name: run formatting checks
74-
run: cmdeploy fmt -v
74+
run: cmdeploy fmt -v --check
7575

7676
- name: run deploy-chatmail offline tests
7777
run: pytest --pyargs cmdeploy

0 commit comments

Comments
 (0)