From c6f5f40333c33882558984a5a2209a20a494859d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=9A=E6=9C=80=E5=A5=BD=E7=9A=84=E8=87=AA=E5=B7=B1?= Date: Sun, 13 Jul 2025 15:39:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.github/workflows/build/ac?= =?UTF-8?q?tion.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build/action.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/build/action.yml diff --git a/.github/workflows/build/action.yml b/.github/workflows/build/action.yml deleted file mode 100644 index d46853f9..00000000 --- a/.github/workflows/build/action.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: build - -runs: - using: composite - - steps: - - name: Install dependencies - shell: bash - run: sudo apt -y install libxml2-utils - - - name: Validate apns-conf.xml - shell: bash - run: xmllint --noout --schema ./tools/apns-conf.xsd ./prebuilt/common/etc/apns-conf.xml - - - name: Validate sensitive_pn.xml - shell: bash - run: xmllint --noout --schema ./spn/SpnInfo.xsd ./prebuilt/common/etc/sensitive_pn.xml