Skip to content

Commit

Permalink
Update lint workflow to change directory before executing
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-gnm committed Apr 17, 2024
1 parent 3b6cb2d commit 110c9ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: Run ktlint
run: |
cd android
./gradlew lintKotlin --continue
./gradlew :build-logic:convention:lint --continue
Expand All @@ -50,6 +51,7 @@ jobs:

- name: Run detekt
run: |
cd android
./gradlew detektDebug --continue
- name: Upload SARIF report for code scanning report
Expand Down

0 comments on commit 110c9ba

Please sign in to comment.