This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
Fix(l10n): Update translations from Transifex #1572
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Build" | |
on: | |
pull_request: | |
types: [review_requested, ready_for_review] | |
push: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-java@v3 | |
with: | |
java-version: '12.x' | |
distribution: 'adopt' | |
- uses: subosito/flutter-action@v2.10.0 | |
with: | |
channel: 'stable' | |
- run: flutter pub get | |
- run: flutter build apk --debug |