Skip to content

Bump flutter_lints from 2.0.1 to 2.0.3 #13

Bump flutter_lints from 2.0.1 to 2.0.3

Bump flutter_lints from 2.0.1 to 2.0.3 #13

Workflow file for this run

name: Flutter action
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'dev' or 'stable'
- run: touch .env
- run: flutter pub get
- run: flutter test