Files
LuK1337 4e8b3a040d github: Run apt update
Change-Id: I9f6583705b2690cbd07b0c967bfbd9b454959345
2025-11-05 09:55:06 +00:00

18 lines
465 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 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