Skip to content

fix: slippage bugs fixed #15

fix: slippage bugs fixed

fix: slippage bugs fixed #15

Workflow file for this run

name: Merge to Main
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
name: Run build on push main
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install pnpm
run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build