We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d972c commit 4764aecCopy full SHA for 4764aec
.github/workflows/api-level-lint.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-java@v2
18
with:
19
+ distribution: 'adopt'
20
java-version: 15
21
- name: Setup Android SDK
22
uses: android-actions/setup-android@v2
.github/workflows/type-summary.yml
@@ -13,6 +13,7 @@ jobs:
13
14
15
- name: Add execution right to the script
run: |
0 commit comments