Skip to content
Snippets Groups Projects

chore: add lint script

Merged Frank Bessou requested to merge topic/default/eslint into branch/default
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 11
0
image: node:14-alpine
stages:
- checks
eslint:
stage: checks
before_script:
- yarn
script:
- yarn lint
Loading