Skip to content

Commit 897f49a

Browse files
robbert229Adphi
authored andcommitted
chore(ci): call linter in ci
1 parent 4d30dbc commit 897f49a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
restore-keys: |
4343
${{ runner.os }}-tests-
4444
45+
- name: Run linter
46+
run: make vet
47+
4548
- name: Run tests
4649
run: git --no-pager diff --exit-code HEAD~1 HEAD **/**.go templates/ || make tests
4750

0 commit comments

Comments
 (0)