Skip to content

Commit

Permalink
remove unused github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Dec 14, 2023
1 parent acb9353 commit 8e1e285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: perform additional checks with our custom tasks
run: ./gradlew checkLanguages checkFastlane

- name: perform lint checks with gradle # TODO the output files are not saved!
# TODO output files from this step are not saved. Take a look at them
- name: perform lint checks with gradle
run: ./gradlew lint

- name: perform the APK upload
Expand Down

0 comments on commit 8e1e285

Please sign in to comment.