add github actions

This commit is contained in:
CodeDevMLH
2025-12-15 22:43:44 +01:00
parent 06078bd0fe
commit 893794aabc
8 changed files with 129 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