mirror of
https://github.com/kopia/kopia.git
synced 2026-05-09 15:23:02 -04:00
chore(ci): license-check-go make target (#5347)
This commit is contained in:
4
Makefile
4
Makefile
@@ -306,8 +306,10 @@ provider-tests: $(gotestsum) $(rclone) $(MINIO_MC_PATH)
|
||||
|
||||
ALLOWED_LICENSES=Apache-2.0;MIT;BSD-2-Clause;BSD-3-Clause;CC0-1.0;ISC;MPL-2.0;CC-BY-3.0;CC-BY-4.0;ODC-By-1.0;WTFPL;0BSD;Python-2.0;BSD;Unlicense
|
||||
|
||||
license-check: $(wwhrd) app-node-modules
|
||||
license-check-go: $(wwhrd)
|
||||
$(wwhrd) check
|
||||
|
||||
license-check: license-check-go app-node-modules
|
||||
(cd app && npx license-checker --summary --production --onlyAllow "$(ALLOWED_LICENSES)")
|
||||
|
||||
vtest: $(gotestsum)
|
||||
|
||||
Reference in New Issue
Block a user