renaming & ktlintCheck

This commit is contained in:
LuftVerbot 2023-11-19 15:04:24 +01:00
parent f1cd8f69d3
commit a34bc764b4
7 changed files with 2 additions and 2 deletions

View file

@ -37,4 +37,4 @@ jobs:
- name: Build app and run unit tests
uses: gradle/gradle-command-action@v2
with:
arguments: lintKotlin assembleStandardRelease testReleaseUnitTest
arguments: ktlintCheck assembleStandardRelease testReleaseUnitTest

View file

@ -46,7 +46,7 @@ jobs:
- name: Build app and run unit tests
uses: gradle/gradle-command-action@v2
with:
arguments: lintKotlin assembleStandardRelease testReleaseUnitTest
arguments: ktlintCheck assembleStandardRelease testReleaseUnitTest
# Sign APK and create release for tags