Update workflow
This commit is contained in:
parent
8d147009b2
commit
20c693d815
1 changed files with 2 additions and 1 deletions
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: ktlint
|
||||
- name: Run Ktlint
|
||||
uses: lucasnlm/ktlint-action@master
|
||||
|
||||
test:
|
||||
|
@ -36,6 +36,7 @@ jobs:
|
|||
./gradlew assembleDebug
|
||||
./gradlew testGoogleDebugUnitTest --stacktrace
|
||||
|
||||
|
||||
fdroid:
|
||||
name: F-droid build
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue