Skip to content

manifest: Track kiev and moto sm7250-common #127

manifest: Track kiev and moto sm7250-common

manifest: Track kiev and moto sm7250-common #127

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt -y install libxml2-utils
- run: |
if [ -f manifest.xsd ]; then
xmllint --noout --schema manifest.xsd *.xml
else
xmllint --noout *.xml
fi