Add golangci linter

This commit is contained in:
Mark Sagi-Kazar
2019-12-18 14:55:52 +01:00
parent 64b269d1c1
commit 9346e328ef
3 changed files with 68 additions and 3 deletions

View File

@@ -71,6 +71,9 @@ jobs:
- name: Run Kubernetes tests
run: ./scripts/test-k8s.sh
- name: Run linter
run: make lint
# Ensure proto generation doesn't depend on external packages.
- name: Verify proto
run: make verify-proto