Skip to content

applied dart fix and updated flutter versions #16

applied dart fix and updated flutter versions

applied dart fix and updated flutter versions #16

name: Flutter Codestyle
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- '**/*.dart'
- '.github/workflows/flutter-codestyle.yml'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '**/*.dart'
- '.github/workflows/flutter-codestyle.yml'
jobs:
check-flutter-codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter 2.8.1
uses: subosito/flutter-action@v2
with:
flutter-version: 2.8.1
- name: Install dependencies
run: flutter pub get
- name: Run Binding Analyzer
run: flutter analyze --no-fatal-infos --no-fatal-warnings