Skip to content

pass analyze warnings and info for now #7

pass analyze warnings and info for now

pass analyze warnings and info for now #7

Workflow file for this run

name: Flutter
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
main:
runs-on: macos-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml
- run: flutter pub get
- run: dart format --output=none --set-exit-if-changed .
- run: flutter analyze --no-fatal-infos --no-fatal-warnings
- run: flutter test
#- run: flutter build ios --release --no-codesign