Skip to content

fix: flutter analyze issues #3

fix: flutter analyze issues

fix: flutter analyze issues #3

Workflow file for this run

name: android workflow
on:
# schedule:
# - cron: "10 16 * * *"
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter build apk
- run: flutter build appbundle