Skip to content

Revert "Use the proj package (kx custom proj), not libproj" #34

Revert "Use the proj package (kx custom proj), not libproj"

Revert "Use the proj package (kx custom proj), not libproj" #34

Workflow file for this run

name: Validate XML
on:
push:
paths-ignore:
- 'gdal/doc/**'
pull_request:
paths-ignore:
- 'gdal/doc/**'
jobs:
validate_xml:
runs-on: ubuntu-18.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install requirements
run: |
sudo apt update
sudo apt install -y libxml2-utils
- name: Run xmllint checks
run: |
xmllint --schema ./gdal/data/nitf_spec.xsd ./gdal/data/nitf_spec.xml --noout
xmllint --schema ./gdal/data/vdv452.xsd ./gdal/data/vdv452.xml --noout
xmllint --schema ./gdal/data/gmlasconf.xsd ./gdal/data/gmlasconf.xml --noout