diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-xml-format-check.yml (renamed from .github/workflows/android-xml-tidy.yml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android-xml-tidy.yml b/.github/workflows/android-xml-format-check.yml index 52328c9324..b625a47717 100644 --- a/.github/workflows/android-xml-tidy.yml +++ b/.github/workflows/android-xml-format-check.yml @@ -19,8 +19,8 @@ jobs: outputs: container_image: ${{ env.inner_container_image }} - xml-tidy: - name: Build app and run unit tests + check-formatting: + name: Lint XML using tidy needs: prepare runs-on: ubuntu-latest container: |
