Files
vendor_lineage/.github/workflows/build/action.yml
LuK1337 3d4d384139 Move APNs data to vendor/apn
Change-Id: I4b939bf232a33d82664f890e33f47e22c1f72cee
2025-11-10 10:31:29 +01:00

14 lines
317 B
YAML

name: build
runs:
using: composite
steps:
- name: Install dependencies
shell: bash
run: sudo apt update && sudo apt -y install libxml2-utils
- name: Validate sensitive_pn.xml
shell: bash
run: xmllint --noout --schema ./spn/SpnInfo.xsd ./prebuilt/common/etc/sensitive_pn.xml