Skip to content

Commit e437069

Browse files
committed
CI: remove lint checks from test deployments
1 parent 3eab2e5 commit e437069

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
rsync -avz dkimkeys-restore/dkimkeys [email protected]:/etc/ || true
7171
ssh -o StrictHostKeyChecking=accept-new -v [email protected] chown root:root -R /var/lib/acme || true
7272
73-
- name: run formatting checks
74-
run: cmdeploy fmt -v --check
75-
7673
- name: run deploy-chatmail offline tests
7774
run: pytest --pyargs cmdeploy
7875

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
rsync -avz dkimkeys-restore/dkimkeys [email protected]:/etc/ || true
7171
ssh -o StrictHostKeyChecking=accept-new -v [email protected] chown root:root -R /var/lib/acme || true
7272
73-
- name: run formatting checks
74-
run: cmdeploy fmt -v --check
75-
7673
- name: run deploy-chatmail offline tests
7774
run: pytest --pyargs cmdeploy
7875

0 commit comments

Comments
 (0)