Skip to content

Merge pull request #50 from deso-protocol/feat/add-twap-order-endpoints #230

Merge pull request #50 from deso-protocol/feat/add-twap-order-endpoints

Merge pull request #50 from deso-protocol/feat/add-twap-order-endpoints #230

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