Skip to content

Commit

Permalink
Remove ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 committed Jan 10, 2024
1 parent 0b3ae3c commit 14da34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build app and run unit tests
uses: gradle/gradle-command-action@v2
with:
arguments: ktlintCheck assembleStandardRelease testStandardReleaseUnitTest --stacktrace
arguments: assembleStandardRelease testStandardReleaseUnitTest --stacktrace

- name: Sign APK
uses: r0adkll/sign-android-release@v1
Expand Down

0 comments on commit 14da34d

Please sign in to comment.