Skip to content

Upgrade arrow_path to version 3.1.0 #40

Upgrade arrow_path to version 3.1.0

Upgrade arrow_path to version 3.1.0 #40

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