Skip to content

Update redux_action.dart #85

Update redux_action.dart

Update redux_action.dart #85

Workflow file for this run

name: Build
on:
push:
branches:
- master
- develop
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test