UNPKG

multiconf

Version:

Work with JSON configs

23 lines (17 loc) 206 B
image: node:latest stages: - lint - test cache: paths: - node_modules/ before_script: - npm ci lint: stage: lint script: - npm run lint test: stage: test script: - npm test