diff options
| author | Albin <albin@mullvad.net> | 2023-01-19 12:29:21 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-01-19 12:29:32 +0100 |
| commit | d709e7cfbbf67797c3c02eea6c16a99a6fe3e0db (patch) | |
| tree | fea3863353d458559232a02c76ec3395fb737585 | |
| parent | 6699978cd5bfb411356a6534b9121533120d17f0 (diff) | |
| download | mullvadvpn-d709e7cfbbf67797c3c02eea6c16a99a6fe3e0db.tar.xz mullvadvpn-d709e7cfbbf67797c3c02eea6c16a99a6fe3e0db.zip | |
Move ci xml tidy script
| -rw-r--r-- | .github/workflows/android-xml-tidy.yml | 2 | ||||
| -rw-r--r-- | android/scripts/ci-android-xml.sh (renamed from ci/ci-android-xml.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-xml-tidy.yml b/.github/workflows/android-xml-tidy.yml index dda54354b4..12d38872ca 100644 --- a/.github/workflows/android-xml-tidy.yml +++ b/.github/workflows/android-xml-tidy.yml @@ -13,5 +13,5 @@ jobs: - uses: actions/checkout@v3 - run: |- sudo apt-get install tidy - source ci/ci-android-xml.sh + source android/scripts/ci-android-xml.sh tidy-verify-xml diff --git a/ci/ci-android-xml.sh b/android/scripts/ci-android-xml.sh index 1d7c46020a..1d7c46020a 100644 --- a/ci/ci-android-xml.sh +++ b/android/scripts/ci-android-xml.sh |
