Skip to content

Plugin Validator

Plugin Validator #3

Workflow file for this run

name: Plugin Validator
on:
workflow_dispatch:
push:
paths:
- 'Plugins/**'
jobs:
xml-check:
if: github.repository == 'sepluginloader/PluginHub'
runs-on: ubuntu-latest
steps:
- name: Checkout Plugin Hub
uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Validate
run: 'python test.py Plugins/'