Skip to content

Add a new TODO

Add a new TODO #50

Workflow file for this run

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