forked from AkkomaGang/akkoma-fe
Add linter.
This commit is contained in:
parent
08297ea83e
commit
d954909134
1 changed files with 7 additions and 0 deletions
|
@ -28,10 +28,17 @@ before_script:
|
|||
# - node_modules/
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
- test
|
||||
- deploy
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
script:
|
||||
- yarn
|
||||
- npm run lint
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue