Skip to content

Bump flutter_lints from 4.0.0 to 5.0.0 in /example #34

Bump flutter_lints from 4.0.0 to 5.0.0 in /example

Bump flutter_lints from 4.0.0 to 5.0.0 in /example #34

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Flutter CI
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- name: Install Dependencies
run: flutter pub get
- name: Analyze Project Source
run: flutter analyze
- name: Run tests
run: flutter test