code-server-golang update/add workflows

This commit is contained in:
aptalca
2023-05-16 22:03:02 -04:00
parent 60d591057c
commit a4ab4f0ea6
6 changed files with 34 additions and 39 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