From 110c9ba0404e99e8e2c102be61a2ed52aaabb6c2 Mon Sep 17 00:00:00 2001 From: Aditya Bhaskar <79363218+ab-gnm@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:28:10 +0100 Subject: [PATCH] Update lint workflow to change directory before executing --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index abcee47f..653005dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,6 +29,7 @@ jobs: - name: Run ktlint run: | + cd android ./gradlew lintKotlin --continue ./gradlew :build-logic:convention:lint --continue @@ -50,6 +51,7 @@ jobs: - name: Run detekt run: | + cd android ./gradlew detektDebug --continue - name: Upload SARIF report for code scanning report