mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Add type checking to CI
This commit is contained in:
parent
c240b6c104
commit
31e2faee2f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -27,6 +27,9 @@ jobs:
|
||||||
- name: Run Lint
|
- name: Run Lint
|
||||||
run: yarn lint-ci
|
run: yarn lint-ci
|
||||||
|
|
||||||
|
- name: Run type check
|
||||||
|
run: yarn check-types
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: yarn test:unit
|
run: yarn test:unit
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
"test:unit": "vue-cli-service test:unit",
|
"test:unit": "vue-cli-service test:unit",
|
||||||
"lint": "vue-cli-service lint",
|
"lint": "vue-cli-service lint",
|
||||||
|
"check-types": "tsc --noemit",
|
||||||
"lint-ci": "vue-cli-service lint --no-fix"
|
"lint-ci": "vue-cli-service lint --no-fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user