Select Git revision
license_checker.yml
-
Eskudero Gurrutxaga, Ibon authoredEskudero Gurrutxaga, Ibon authored
license_checker.yml 277 B
before_script:
- npm install -g js-green-licenses
cache:
paths:
- node_modules/
license_check:
stage: license-check
tags:
- docker
image: node:latest
script:
- npm install
- jsgl --local ./ || exit 1
only:
- tags