Skip to content

support getting balance by account id #351

support getting balance by account id

support getting balance by account id #351

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 .