mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 10:00:10 -05:00
check go licenses
This commit is contained in:
@@ -174,6 +174,16 @@ protobuf:
|
||||
bingo-update: $(BINGO)
|
||||
$(BINGO) get -l -u
|
||||
|
||||
.PHONY: check-go-licenses
|
||||
check-go-licenses: $(GO_LICENSES)
|
||||
$(GO_LICENSES) check ./...
|
||||
|
||||
.PHONY: save-go-licenses
|
||||
save-go-licenses: $(GO_LICENSES)
|
||||
$(GO_LICENSES) csv ./... > ./licenses.csv
|
||||
$(GO_LICENSES) save ./... --force --save_path="./licenses"
|
||||
|
||||
|
||||
CHANGELOG_VERSION =
|
||||
|
||||
.PHONY: changelog
|
||||
|
||||
Reference in New Issue
Block a user