diff options
| author | Albin <albin@mullvad.net> | 2025-02-18 10:42:16 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-02-18 10:42:16 +0100 |
| commit | c778787bfac7fd842b428cc4972ae85d2eda15ac (patch) | |
| tree | ae5eee6026466c0fa3453def2e0c8f5f5520f5fc /.github | |
| parent | c74e5b29f4ce9060c9124cbf5b5d0445bed46bcb (diff) | |
| parent | 5930c84042cbe4f5eefa2577b2f35598288433f0 (diff) | |
| download | mullvadvpn-c778787bfac7fd842b428cc4972ae85d2eda15ac.tar.xz mullvadvpn-c778787bfac7fd842b428cc4972ae85d2eda15ac.zip | |
Merge branch 'fix-kotlin-formatting-paths-in-ci'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-kotlin-format-check.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/android-kotlin-format-check.yml b/.github/workflows/android-kotlin-format-check.yml index 9960339098..e2de1ff2af 100644 --- a/.github/workflows/android-kotlin-format-check.yml +++ b/.github/workflows/android-kotlin-format-check.yml @@ -2,7 +2,11 @@ name: Android - Check kotlin formatting on: pull_request: - paths: [.github/workflows/android-kotlin-format-check.yml, android/**/*.kt] + paths: + - .github/workflows/android-kotlin-format-check.yml + - android/gradle/libs.versions.toml + - android/**/*.kt + - android/**/*.kts workflow_dispatch: inputs: override_container_image: |
