Skip to content

Commit 88feb0f

Browse files
check license headers script added to CI workflow
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent 8dfc215 commit 88feb0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- name: Validate samples against schemas
5555
run: bash ./docker-run.sh ./validate-samples.sh
5656

57+
- name: Check license headers
58+
run: |
59+
export PATH=$PATH:$(go env GOPATH)/bin
60+
go install github.com/google/addlicense@latest
61+
bash ./check_licenses.sh
62+
5763
- name: Run GO tests
5864
run: go test -coverprofile cover.out -v ./...
5965

0 commit comments

Comments
 (0)