Activate runner on merge requests

merge-requests/12/merge
Bsian 2020-05-19 11:08:56 +01:00
parent 9e88445bbf
commit a8e0a81e55
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 9 additions and 1 deletions

View File

@ -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