Activate runner on merge requests
parent
9e88445bbf
commit
a8e0a81e55
|
@ -7,9 +7,17 @@ lint:
|
|||
script: |
|
||||
yarn install
|
||||
yarn lint
|
||||
only:
|
||||
- pushes
|
||||
- merge_requests
|
||||
- web
|
||||
|
||||
tsc:
|
||||
stage: build
|
||||
script: |
|
||||
yarn install
|
||||
tsc -p tsconfig.json -noEmit
|
||||
tsc -p tsconfig.json -noEmit
|
||||
only:
|
||||
- pushes
|
||||
- merge_requests
|
||||
- web
|
Loading…
Reference in New Issue