Skip to content

Add FUNDING

Add FUNDING #82

Workflow file for this run

name: Validate XML files
on:
push:
pull_request:
permissions:
contents: read
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install xmllint
run: sudo apt-get -y --no-install-recommends install libxml2-utils
- name: Check
run: make validate