code-server-r update/add workflows

This commit is contained in:
aptalca
2023-05-17 14:14:00 -04:00
parent 22c74a9a52
commit 85dd88ff5a
8 changed files with 62 additions and 74 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