mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-09-03 07:24:52 +08:00
ci: validate published Unraid templates
This commit is contained in:
23
packaging/unraid/repository/.github/workflows/validate.yml
vendored
Normal file
23
packaging/unraid/repository/.github/workflows/validate.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user