Skip to content

Fix: Adding more query params for get my twap orders request #232

Fix: Adding more query params for get my twap orders request

Fix: Adding more query params for get my twap orders request #232

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test