Add a lint step to Github Actions Workflow

This commit is contained in:
Ian Howell 2020-12-07 15:54:08 -06:00
parent d0de55a6c3
commit 8269d7d84b

View File

@ -37,5 +37,8 @@ jobs:
sudo mv /tmp/kubebuilder_2.3.1_${os}_${arch} /usr/local/kubebuilder
export PATH=$PATH:/usr/local/kubebuilder/bin
- name: Lint
run: make lint
- name: Test
run: make test