Skip to content

feat: Implement Proposal history section logic #420

feat: Implement Proposal history section logic

feat: Implement Proposal history section logic #420

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.13.6'
channel: 'stable'
- run: flutter pub get
- name: Lint
run: |
flutter analyze
build-Android:
name: Build Android package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.13.6'
channel: 'stable'
- run: flutter pub get
- name: Build apk package
run: |
flutter build apk --debug lib/main.dart