2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-04-20 01:27:40 +00:00

chore(ci): call linter in ci

This commit is contained in:
John Rowley 2025-04-11 11:44:27 -07:00 committed by Adphi
parent 4d30dbc2b3
commit 897f49a452

View File

@ -42,6 +42,9 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-tests- ${{ runner.os }}-tests-
- name: Run linter
run: make vet
- name: Run tests - name: Run tests
run: git --no-pager diff --exit-code HEAD~1 HEAD **/**.go templates/ || make tests run: git --no-pager diff --exit-code HEAD~1 HEAD **/**.go templates/ || make tests