Skip to content

Merge branch 'fix/dispose-running-animations' #30

Merge branch 'fix/dispose-running-animations'

Merge branch 'fix/dispose-running-animations' #30

Workflow file for this run

name: Sanity Check
on:
pull_request:
branches:
- main
push:
branches:
- main
- dev
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
sanity_check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: subosito/[email protected]
with:
cache: true
- name: Analyze project
run: flutter analyze --no-fatal-infos
- name: Run tests
run: flutter test