Skip to content

build(deps): bump subosito/flutter-action from 2.16.0 to 2.17.0 #61

build(deps): bump subosito/flutter-action from 2.16.0 to 2.17.0

build(deps): bump subosito/flutter-action from 2.16.0 to 2.17.0 #61

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 .