Skip to content

Add Realme SM6375 repos #71

Add Realme SM6375 repos

Add Realme SM6375 repos #71

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