diff options
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 |
