Skip to content

Add parsing util to ws and treaty 1, also temporarily fix pipeline #93

Add parsing util to ws and treaty 1, also temporarily fix pipeline

Add parsing util to ws and treaty 1, also temporarily fix pipeline #93

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
jobs:
build:
name: Build and test code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.12
- name: Install packages
run: bun install
- name: Build code
run: bun run build
- name: Test
run: bun run test