lidarr-flac2mp3 update/add workflows

- Updated to match PR linuxserver/docker-mods#664
This commit is contained in:
TheCaptain989
2023-05-20 21:17:53 -05:00
parent a62debcf23
commit 3149b2c3ea
7 changed files with 75 additions and 114 deletions
+10
View File
@@ -0,0 +1,10 @@
name: Permission check
on:
pull_request_target:
paths:
- '**/run'
- '**/finish'
- '**/check'
jobs:
permission_check:
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1