update ci to check licenses of all languages
This commit is contained in:
@@ -33,3 +33,12 @@ ci-node-generate: pull-assets
|
||||
pull-assets:
|
||||
@git clean -xfd assets
|
||||
@curl --fail -slL -o- https://github.com/owncloud/graph-explorer/releases/download/v1.7.10.3/release.tar.gz | tar xvzf - -C assets/
|
||||
|
||||
############ licenses ############
|
||||
.PHONY: ci-node-check-licenses
|
||||
ci-node-check-licenses:
|
||||
#TODO: check this fork!
|
||||
|
||||
.PHONY: ci-node-save-licenses
|
||||
ci-node-save-licenses:
|
||||
#TODO: check this fork!
|
||||
|
||||
Reference in New Issue
Block a user