Skip to content

Commit

Permalink
check license headers script added to CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Sep 21, 2023
1 parent 8dfc215 commit 88feb0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Validate samples against schemas
run: bash ./docker-run.sh ./validate-samples.sh

- name: Check license headers
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/google/addlicense@latest
bash ./check_licenses.sh
- name: Run GO tests
run: go test -coverprofile cover.out -v ./...

Expand Down

0 comments on commit 88feb0f

Please sign in to comment.