Skip to content

fix: flutter analyze issues #2

fix: flutter analyze issues

fix: flutter analyze issues #2

Workflow file for this run

name: iOS 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: subosito/flutter-action@v2
with:
channel: 'stable'
architecture: x64
- run: flutter pub get
- run: flutter test
- run: flutter build ios --release --no-codesign