-
Notifications
You must be signed in to change notification settings - Fork 883
Pull requests: jlord/sheetsee.js
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Nextdiff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 0000000..d31c789 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,17 @@ +name: Android CI +auto complete +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Gradle + run: ./gradlew build
#192
opened Sep 13, 2019 by
octocat-maven
Loading…
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.