Skip to content

Add @types/leb128

Add @types/leb128 #7

Workflow file for this run

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: node
- run: npm install
- run: npm test
name: main
on:
- pull_request
- push