diff options
| author | Albin <albin@mullvad.net> | 2025-02-18 09:33:19 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-02-18 10:38:26 +0100 |
| commit | a7664c707397356282bfda329272d4c5e5c3386d (patch) | |
| tree | b735856d62f396cf33996fd661e095a9ebc1dfe9 /.github/workflows | |
| parent | c74e5b29f4ce9060c9124cbf5b5d0445bed46bcb (diff) | |
| download | mullvadvpn-a7664c707397356282bfda329272d4c5e5c3386d.tar.xz mullvadvpn-a7664c707397356282bfda329272d4c5e5c3386d.zip | |
Fix missing kotlin formatting paths in ci
Diffstat (limited to '.github/workflows')
| -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: |
