Skip to content

GUI container refactor, tab support #280

GUI container refactor, tab support

GUI container refactor, tab support #280

name: typescript-compile
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typescript-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 19
- name: Run tsc
run: |
cd viser/client
yarn
yarn tsc