Skip to content

Initial commit

Initial commit #2

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: apt install -y wabt
- run: npm test