Skip to content

Update to flutter 3.24 #17

Update to flutter 3.24

Update to flutter 3.24 #17

Workflow file for this run

name: Dart CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: stable
- name: Run analysis
run: make analyze
- name: Run tests
run: make test