first commit

This commit is contained in:
cxfksword
2022-10-11 10:47:20 +08:00
commit aa2da3efc2
56 changed files with 4558 additions and 0 deletions

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

@@ -0,0 +1,18 @@
name: '🏗️ Build 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/build.yaml@master