Skip to content

Update feature graphic #269

Update feature graphic

Update feature graphic #269

Workflow file for this run

name: Flutter Tests
on:
push:
branches: [ master, fdroid ]
pull_request:
branches: [ master, fdroid ]
jobs:
build:
runs-on: ubuntu-latest
# See https://github.com/subosito/flutter-action
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.8'
- run: flutter --version
- run: flutter pub get
- run: flutter analyze
- run: flutter test