Skip to content

3.1.2+52

3.1.2+52 #111

Workflow file for this run

name: Analyze, test
on:
push:
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: subosito/flutter-action@v2.8.0
with:
channel: 'stable'
- name: Analyze project
run: flutter analyze --no-fatal-warnings