Skip to content

This is a test pull request #5

This is a test pull request

This is a test pull request #5

Workflow file for this run

name: Plugin Validator
on:
workflow_dispatch:
pull_request:
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/'