UNPKG

@eureca/eureca-ui

Version:

UI component library of Eureca's user and admin apps

21 lines (16 loc) 216 B
image: node:latest cache: paths: - node_modules/ stages: - lint - test eslint: stage: lint script: - yarn install - yarn eslint src testing: stage: test script: - yarn test --silent