add initial version

This commit is contained in:
thelamer
2023-03-18 12:58:16 -07:00
parent 5d0a11c44c
commit c02e0b7b1d
24 changed files with 2553 additions and 1 deletions

9
.github/workflows/permissions.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: Permission check
on:
pull_request:
paths:
- '**/run'
- '**/finish'
jobs:
permission_check:
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1