Skip to content

Support DEX orders on stellar client #370

Support DEX orders on stellar client

Support DEX orders on stellar client #370

Workflow file for this run

name: Analyze
on:
pull_request:
branches:
- development
push:
branches:
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Repository
uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.0"
- name: Install Melos
run: dart pub global activate melos
- name: Install dependencies
run: melos bootstrap
- name: Analyze
run: dart analyze .