mscgenjs/mscgenjs-cli

View on GitHub
.gitlab-ci.yml

Summary

Maintainability
Test Coverage
# we might want to add latest - 1 && latest - 2 to this
image: node:latest

cache:
  paths:
  - node_modules/

test_async:
  script:
   - npm install
   - npm run check