chore(ci): call linter in ci

This commit is contained in:
John Rowley
2025-04-12 11:28:20 +02:00
committed by Adphi
parent 4d30dbc2b3
commit 897f49a452
+3
View File
@@ -42,6 +42,9 @@ jobs:
restore-keys: |
${{ runner.os }}-tests-
- name: Run linter
run: make vet
- name: Run tests
run: git --no-pager diff --exit-code HEAD~1 HEAD **/**.go templates/ || make tests