Skip to content

Bump rollup from 3.29.4 to 3.29.5 in /gui (#52) #66

Bump rollup from 3.29.4 to 3.29.5 in /gui (#52)

Bump rollup from 3.29.4 to 3.29.5 in /gui (#52) #66

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 .