diff options
| author | Albin <albin@mullvad.net> | 2023-04-24 16:19:33 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-04-24 16:19:33 +0200 |
| commit | 1fbbf6517c9948c53689d2b1847c8adc2aa404ea (patch) | |
| tree | 0915f9b5de9c38b6641262f8546d7e2c586b9d1e /.github/workflows | |
| parent | c826091de45ae9af387472d24ecebb7ad5600fad (diff) | |
| parent | bc3bb75d1f0d7646b50e06a3e3bd8117c076e4f0 (diff) | |
| download | mullvadvpn-1fbbf6517c9948c53689d2b1847c8adc2aa404ea.tar.xz mullvadvpn-1fbbf6517c9948c53689d2b1847c8adc2aa404ea.zip | |
Merge branch 'restructure-tidy-script-droid-119'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-xml-format-check.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/android-xml-format-check.yml b/.github/workflows/android-xml-format-check.yml index b625a47717..0079153e29 100644 --- a/.github/workflows/android-xml-format-check.yml +++ b/.github/workflows/android-xml-format-check.yml @@ -3,7 +3,7 @@ name: Android - Check XML formatting on: pull_request: paths: - - .github/workflows/android-xml-tidy.yml + - .github/workflows/android-xml-format-check.yml - android/app/src/main/**/*.xml workflow_dispatch: jobs: @@ -36,5 +36,4 @@ jobs: shell: bash run: |- git config --global --add safe.directory $(pwd) - source android/scripts/ci-android-xml.sh - tidy-verify-xml + android/scripts/tidy.sh formatAndCheckDiff |
