mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-23 03:28:55 +02:00
Revert ktlint update, unrevert Gradle and PR build workflow reverts (#3681)
This commit is contained in:
18
.github/workflows/pr_build_check.yml
vendored
Normal file
18
.github/workflows/pr_build_check.yml
vendored
Normal 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
|
Reference in New Issue
Block a user