Skip to content

feat(ExchangeClient): Add market open and close methods (#55) #50

feat(ExchangeClient): Add market open and close methods (#55)

feat(ExchangeClient): Add market open and close methods (#55) #50

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy,rustfmt
- run: ./ci.sh