diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-kotlin-format-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-kotlin-format-check.yml b/.github/workflows/android-kotlin-format-check.yml index dec8d0325a..31bfc9af3c 100644 --- a/.github/workflows/android-kotlin-format-check.yml +++ b/.github/workflows/android-kotlin-format-check.yml @@ -47,4 +47,4 @@ jobs: - uses: actions/checkout@v4 - name: Run ktfmt check - run: android/gradlew -p android ktfmtCheck + run: android/gradlew -p android ktfmtCheck :buildSrc:ktfmtCheck |
