Update ci.yml

This commit is contained in:
Bnyro 2022-05-16 18:49:39 +02:00 committed by GitHub
parent f539063824
commit 5d67ee1ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,9 @@ jobs:
name: app name: app
path: app/build/outputs/apk/debug/*.apk path: app/build/outputs/apk/debug/*.apk
- name: Kotlin Linter - name: ktlint
uses: vroy/gha-kotlin-linter@v3 uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review