Skip to content

LM-3196 implemented API trading blocking #300

LM-3196 implemented API trading blocking

LM-3196 implemented API trading blocking #300

Workflow file for this run

name: Validate Commit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.103
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --no-build --configuration Release