Skip to content

Merge pull request #67 from weishan18/typos_check_ghactions #120

Merge pull request #67 from weishan18/typos_check_ghactions

Merge pull request #67 from weishan18/typos_check_ghactions #120

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- run: corepack enable
- run: yarn install --immutable
- run: yarn codegen
- run: yarn build