Skip to content

build(deps): bump flutter_lints from 3.0.2 to 4.0.0 #76

build(deps): bump flutter_lints from 3.0.2 to 4.0.0

build(deps): bump flutter_lints from 3.0.2 to 4.0.0 #76

Workflow file for this run

name: Flutter Pull Request Checker
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Run Codegen
run: |
flutter packages get
dart run build_runner build --delete-conflicting-outputs -v
- name: Validate
uses: peiffer-innovations/actions-flutter-validate@v1