Skip to content

Update flutter and all libraries #55

Update flutter and all libraries

Update flutter and all libraries #55

# This workflow builds, analyses and tests every pull request.
name: Pull Request Validation
on: pull_request
jobs:
analyze-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.2'
- run: flutter pub get
- run: flutter packages pub run build_runner build --delete-conflicting-outputs
- run: flutter analyze
- run: flutter test