ci: validate published Unraid templates

This commit is contained in:
0xJacky
2026-07-31 10:08:46 +08:00
parent 2ca2a2c958
commit f608286f30

View File

@@ -0,0 +1,23 @@
name: Validate
on:
push:
pull_request:
permissions:
contents: read
jobs:
templates:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Install XML tools
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libxml2-utils
- name: Validate Community Applications repository
run: bash tests/validate.sh