summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-03-22 11:29:43 +0100
committerAlbin <albin@mullvad.net>2023-03-22 11:52:33 +0100
commita341b85f80437a0e150883402b1cd1eaaf234b5b (patch)
tree877de96dc842c51719f09ad3d1e042326174997e /.github
parent102c18a915fed9ee007bdf8b0e6fd143bcd4f71d (diff)
downloadmullvadvpn-a341b85f80437a0e150883402b1cd1eaaf234b5b.tar.xz
mullvadvpn-a341b85f80437a0e150883402b1cd1eaaf234b5b.zip
Fix kotlin formatting trigger path
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml5
-rw-r--r--.github/workflows/android-kotlin-format-check.yml2
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 89ff920d26..e350e859de 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -116,8 +116,9 @@ jobs:
build-root-directory: android
execution-only-caches: true
- # Running the AGP lint here rather than in the separate lint workflow (android-ktlint.yml)
- # since it's easier to make use of the running container, cache and previously ran tasks.
+ # Running the AGP lint here rather than in the separate lint workflow
+ # (android-kotlin-format-check.yml) since it's easier to make use of the running container,
+ # cache and previously ran tasks.
- name: Run AGP lint
uses: burrunan/gradle-cache-action@v1
with:
diff --git a/.github/workflows/android-kotlin-format-check.yml b/.github/workflows/android-kotlin-format-check.yml
index 52a5f43e71..5e27fa38ea 100644
--- a/.github/workflows/android-kotlin-format-check.yml
+++ b/.github/workflows/android-kotlin-format-check.yml
@@ -2,7 +2,7 @@
name: Android - Check kotlin formatting
on:
pull_request:
- paths: [.github/workflows/android-ktlint.yml, android/**/*.kt]
+ paths: [.github/workflows/android-kotlin-format-check.yml, android/**/*.kt]
workflow_dispatch:
jobs:
check-formatting: