Skip to content

Unicode 15.1.0

Unicode 15.1.0 #541

Workflow file for this run

name: Main
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install wasm-bindgen-cli
- run: npm ci
- run: npm run gen
- run: npm run wasm
- run: npm run lint
- run: npm run build
- run: cargo test --all