Skip to content

chore: improve ci pipeline and validation (#21) #5

chore: improve ci pipeline and validation (#21)

chore: improve ci pipeline and validation (#21) #5

Workflow file for this run

name: CI
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install WASM
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: cd ts && npm install && npm run build && npm test