Skip to content
Snippets Groups Projects
Commit a68e0a25 authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

TEST: add license checker

parent 19b3befd
Branches
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment