Skip to content

fix: outgoing transaction entry #77

fix: outgoing transaction entry

fix: outgoing transaction entry #77

Workflow file for this run

name: Dart lint
on: [ push, pull_request ]
jobs:
analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze