Skip to content

add doc for loop label #128

add doc for loop label

add doc for loop label #128

Workflow file for this run

name: check website
on:
pull_request:
branches: main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: install
run: |
pnpm install
- name: check
run: |
cd moonbit-docs
pnpm typecheck
pnpm build