Initial commit

This commit is contained in:
DarkFighterLuke
2024-02-29 23:15:49 +01:00
committed by GitHub
commit 958ca44a1b
24 changed files with 1838 additions and 0 deletions
+18
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