Skip to content

chore: prepare v0.7.1 #25

chore: prepare v0.7.1

chore: prepare v0.7.1 #25

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/checkout@v4.1.1
- uses: subosito/flutter-action@v2.14.0
with:
cache: true
- name: Analyze project
run: flutter analyze --no-fatal-infos
- name: Run tests
run: flutter test