mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-23 19:32:11 +00:00
Update build.yml
This commit is contained in:
parent
6ac04f1712
commit
9469f6d971
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -24,3 +24,10 @@ jobs:
|
|||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
|
- name: ktlint
|
||||||
|
uses: ScaCap/action-ktlint@master
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.github_token }}
|
||||||
|
android: true
|
||||||
|
reporter: github-pr-review # Change reporter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user