Add a lint step to Github Actions Workflow
This commit is contained in:
parent
d0de55a6c3
commit
8269d7d84b
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user