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:
parent
4d30dbc2b3
commit
897f49a452
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user