diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-01-29 14:25:17 +0100 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-01-29 14:25:17 +0100 |
| commit | 93f3e47dc93bc53931009afa52d3ac00752598f6 (patch) | |
| tree | 2b9f97cb272951853c2bfccf75973f311330782d /.github | |
| parent | 6c0dd68310036e52d92027810effbaeb530548fc (diff) | |
| parent | cea1ed7b1a8aafab9280fefd019f405463f3c3ca (diff) | |
| download | mullvadvpn-93f3e47dc93bc53931009afa52d3ac00752598f6.tar.xz mullvadvpn-93f3e47dc93bc53931009afa52d3ac00752598f6.zip | |
Merge branch 'enable-ktfmt-and-detekt-for-buildsrc-kotlin-files-droid-1749'
Diffstat (limited to '.github')
| -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 |
