Skip to content

Fix workflow and trigger on released edited #70

Fix workflow and trigger on released edited

Fix workflow and trigger on released edited #70

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@v4
- name: Install xmllint
run: sudo apt-get -y --no-install-recommends install libxml2-utils
- name: Check
run: make validate