Skip to content

Add quantityto trailing stop market new futures order #133

Add quantityto trailing stop market new futures order

Add quantityto trailing stop market new futures order #133

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
code-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn
- name: Run checks
run: yarn ci