Run license check in CI

This commit is contained in:
Katrina Verey
2022-04-01 17:42:38 -04:00
parent 0d32543ebd
commit 877d72b10b
3 changed files with 48 additions and 12 deletions

View File

@@ -29,6 +29,9 @@ jobs:
env:
KUSTOMIZE_DOCKER_E2E: false # don't need to do e2e tests for linting
- name: Verify boilerplate
run: make check-license
test-linux:
name: Test Linux
runs-on: [ubuntu-latest]