Revert ktlint update, unrevert Gradle and PR build workflow reverts (#3681)

This commit is contained in:
arkon
2020-08-15 16:44:46 -04:00
committed by GitHub
parent c8c65ab7b1
commit 64bdfabbd8
95 changed files with 165 additions and 145 deletions

18
.github/workflows/pr_build_check.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Pull request build check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install NDK
run: sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.0.6113669"
- name: Build project
run: ./gradlew assembleDebug