Skip to content

Commit

Permalink
CI: Check source files for license header (#188)
Browse files Browse the repository at this point in the history
make license check verbose to show which file is the issue
  • Loading branch information
bhamail committed Sep 16, 2020
1 parent 141f7bd commit 17320de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ deps:

headers:
$(GOCMD) get -u github.com/google/addlicense
addlicense -check -f ./header.txt ./*.go
addlicense -v -check -f ./header.txt ./*.go

build:
build:
$(GO_BUILD_FLAGS) $(GOBUILD) -o $(BINARY_NAME) -v

test: build
Expand Down

0 comments on commit 17320de

Please sign in to comment.