Skip to content

Merge pull request #125 from gbtb16/dependabot/pub/packages/kiwi_gene… #64

Merge pull request #125 from gbtb16/dependabot/pub/packages/kiwi_gene…

Merge pull request #125 from gbtb16/dependabot/pub/packages/kiwi_gene… #64

name: dart_kiwi_example
on:
push:
branches: [ 'master', 'stable' ]
pull_request:
branches: [ 'master', 'stable' ]
jobs:
check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: examples/dart_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 .