Skip to content

fix: Setting the EdgeInput type to EdgeArrowType.both has no effect #35 #41

fix: Setting the EdgeInput type to EdgeArrowType.both has no effect #35

fix: Setting the EdgeInput type to EdgeArrowType.both has no effect #35 #41

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: install dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub get
- run: flutter test