image: node:latest

lint:
  script:
   - npm install
   - npm run-script lint
   - npm test
