Skip to content

add user stories and architecture notes #3

add user stories and architecture notes

add user stories and architecture notes #3

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [published]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
- run: flutter pub get
- run: flutter test
- run: flutter build apk
- run: flutter build appbundle