diff options
| author | Albin <albin@mullvad.net> | 2023-04-24 15:40:53 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-04-24 15:54:46 +0200 |
| commit | f35ef1254b6b52542873d1020df80e3a25e08063 (patch) | |
| tree | 53507d4a59df90863584189c2972bf37da08f386 /.github | |
| parent | c826091de45ae9af387472d24ecebb7ad5600fad (diff) | |
| download | mullvadvpn-f35ef1254b6b52542873d1020df80e3a25e08063.tar.xz mullvadvpn-f35ef1254b6b52542873d1020df80e3a25e08063.zip | |
Restructure tidy formatting script
The script can now be executed rather than having to be sourced.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-xml-format-check.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/android-xml-format-check.yml b/.github/workflows/android-xml-format-check.yml index b625a47717..22a0fe961a 100644 --- a/.github/workflows/android-xml-format-check.yml +++ b/.github/workflows/android-xml-format-check.yml @@ -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/ci-android-xml.sh formatAndCheckDiff |
