Skip to content

3.0.6+45

3.0.6+45 #89

Workflow file for this run

name: Analyze, test
on:
push:
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: subosito/[email protected]
with:
channel: 'stable'
- name: Analyze project
run: flutter analyze --no-fatal-warnings