Run eslint tests in test of gitlabci
This commit is contained in:
parent
65ed8df87f
commit
dcf516020b
|
|
@ -9,3 +9,9 @@ variables:
|
|||
include:
|
||||
- project: 'turniere/turniere-infra'
|
||||
file: '/ci/pipeline.yaml'
|
||||
|
||||
eslint:
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
- yarn eslint .
|
||||
|
|
|
|||
Loading…
Reference in New Issue