[Upgrades] Dart SDK, AGP, target SDK, and more #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Formatter and Analayzer | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: subosito/flutter-action@v1 | |
with: | |
flutter-version: '2.5.3' | |
channel: 'stable' | |
- run: flutter format --set-exit-if-changed . | |
- run: flutter analyze . |