Skip to content

Bump vite from 4.3.9 to 4.5.2 in /gui (#43) #39

Bump vite from 4.3.9 to 4.5.2 in /gui (#43)

Bump vite from 4.3.9 to 4.5.2 in /gui (#43) #39

Workflow file for this run

name: Run static checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Build
run: yarn build
- name: Check types for test module
run: |
yarn --cwd test
yarn --cwd test tsc --noEmit
- name: Lint
run: yarn lint
- name: Check code style
run: yarn prettier -c .