Skip to content

Fixes (#240)

Fixes (#240) #39

Workflow file for this run

name: feedback_sentry
on:
push:
branches:
- master
paths:
- "feedback_sentry/**"
- ".github/workflows/sentry.yml"
pull_request:
paths:
- "feedback_sentry/**"
- ".github/workflows/sentry.yml"
jobs:
check:
defaults:
run:
working-directory: feedback_sentry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '12.x'
distribution: 'adopt'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: dart format --set-exit-if-changed .
- run: flutter analyze
- run: flutter test