Skip to content

Merge pull request #69 from weishan18/fix_typos #128

Merge pull request #69 from weishan18/fix_typos

Merge pull request #69 from weishan18/fix_typos #128

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