Skip to content

🚨 Ignore false positive analyzer warning #4

🚨 Ignore false positive analyzer warning

🚨 Ignore false positive analyzer warning #4

Workflow file for this run

name: Analyze
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
channel: 'stable'
cache: true
- name: Check Flutter version
run: flutter --version
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: flutter analyze