Merge pull request #119 from gbtb16/kiwi-generator/fix/analyzer-v6 #52
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: flutter_kiwi_example | |
on: | |
push: | |
branches: [ 'master', 'stable' ] | |
pull_request: | |
branches: [ 'master', 'stable' ] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: examples/flutter_kiwi | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: subosito/[email protected] | |
with: | |
channel: 'stable' | |
- run: flutter packages get | |
- run: flutter analyze | |
- run: dart format -o none --set-exit-if-changed . |