summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: fcf176026a50f959c5fe154b9fd5b33e46464afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: node:8

stages:
  - lint

before_script:
    - npm install

lint:
  stage: lint
  script:
    - npm run lint