mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Add running type-check in typescript-tests workflow
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
- run: npm run lint
|
||||
|
||||
type-check:
|
||||
name: Type checking on optuna-dashboard
|
||||
name: Type checking on optuna-dashboard & standalone_app
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -44,11 +44,17 @@ jobs:
|
||||
- name: Setup tslib
|
||||
run: make tslib
|
||||
|
||||
- name: Type Check
|
||||
- name: Type Check optuna_dashboard
|
||||
working-directory: optuna_dashboard
|
||||
run: |
|
||||
npm install
|
||||
npm run type-check
|
||||
|
||||
- name: Type Check standalone_app
|
||||
working-directory: standalone_app
|
||||
run: |
|
||||
npm install
|
||||
npm run type-check
|
||||
|
||||
check-package-lock-json:
|
||||
name: Check package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user