update ci to check licenses of all languages

This commit is contained in:
Willy Kloucek
2022-04-08 07:41:19 +02:00
parent 29123cdfff
commit 652a907c24
19 changed files with 99 additions and 76 deletions
+9
View File
@@ -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!