mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +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
|
||||
run: yarn lint-ci
|
||||
|
||||
- name: Run type check
|
||||
run: yarn check-types
|
||||
|
||||
- name: Run Tests
|
||||
run: yarn test:unit
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
"lint": "vue-cli-service lint",
|
||||
"check-types": "tsc --noemit",
|
||||
"lint-ci": "vue-cli-service lint --no-fix"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user