Skip to content

fix(general): fix kiwi and kiwi_generator pubspec infos. #53

fix(general): fix kiwi and kiwi_generator pubspec infos.

fix(general): fix kiwi and kiwi_generator pubspec infos. #53

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 .