Skip to content

⬆️ bump flutter_lints from 2.0.3 to 3.0.1 #26

⬆️ bump flutter_lints from 2.0.3 to 3.0.1

⬆️ bump flutter_lints from 2.0.3 to 3.0.1 #26

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- name: Install dependencies
run: flutter pub get
- name: Analyze code
run: flutter analyze
- name: Run tests
run: flutter test