-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare pipeline for trunk base (#4)
* Prepare pipeline for trunk base * Fix wrong action name * Fix wrong action name * Fix wrong action name --------- Co-authored-by: Rodrigo M <rodrigo.martins@theboboapp.com>
- Loading branch information
1 parent
32be31e
commit 40f4817
Showing
12 changed files
with
104 additions
and
53 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Default | ||
|
||
* @rodrigolmti |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: "Setup Android Environment" | ||
description: "Setup Android Environment" | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- name: "Setup JDK" | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: "17" | ||
distribution: "corretto" | ||
cache: gradle | ||
|
||
- name: "Setup Android" | ||
uses: android-actions/setup-android@v3 | ||
|
||
- name: "Populate Gradle Cache" | ||
uses: actions/cache@v3 | ||
with: | ||
path: | | ||
~/.gradle/caches | ||
~/.gradle/wrapper | ||
key: ${{ runner.os }}-gradle-${{ hashFiles('/*.gradle*', '/gradle-wrapper.properties') }} | ||
restore-keys: | | ||
${{ runner.os }}-gradle- | ||
- name: "Setup Gradle" | ||
uses: gradle/gradle-build-action@v3 | ||
|
||
with: | ||
add-job-summary-as-pr-comment: 'always' | ||
add-job-summary: 'always' | ||
cache-read-only: false | ||
|
||
- name: "Grant execute permission to Gradle wrapper" | ||
run: chmod +x gradlew | ||
shell: bash |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Checklist | ||
|
||
- [ ] I have read the [CONTRIBUTING.md]; | ||
- [ ] I have added new string and updated all supported languages; | ||
- [ ] I have written unit tests for the changes; | ||
|
||
## Description: | ||
<!--- Describe your changes in detail --> | ||
|
||
## Test Plan | ||
<!--- Please describe how this change can be tested --> | ||
|
||
## Screenshots | ||
<!--- If applicable, add screenshots to help explain your changes --> | ||
|
||
<img src="" width="200" /> |
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
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.