Skip to content

add int16, uint16

add int16, uint16 #138

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