Skip to content

Bump mobx_codegen from 2.7.4 to 2.7.6 #148

Bump mobx_codegen from 2.7.4 to 2.7.6

Bump mobx_codegen from 2.7.4 to 2.7.6 #148

Workflow file for this run

name: Check PR
on:
pull_request:
branches: [main]
jobs:
check:
name: Check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2
with:
cache: true
- run: flutter doctor -v
- run: flutter pub get
- run: flutter analyze
- run: flutter test