Skip to content

Commit

Permalink
fix(github): fix typo in lint command for android workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Oct 26, 2024
1 parent 3b2d6a2 commit 9e662da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew :androidApp:ktlintCheck :androidApp:detekt --stacktrace

- name: Check lint
run: ./gradlew :androidApp::lintDebug --stacktrace
run: ./gradlew :androidApp:lintDebug --stacktrace

- name: Check and build android project
run: ./gradlew :androidApp:assembleDebug :androidApp:bundleDebug --stacktrace
Expand Down

0 comments on commit 9e662da

Please sign in to comment.