Initial commit
Some checks failed
🔬 Run CodeQL / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled

This commit is contained in:
2026-03-24 10:05:20 -07:00
commit 699c5f72bf
25 changed files with 1933 additions and 0 deletions

18
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: '🧪 Test Plugin'
on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/test.yaml@master