code-server-dotnet add/update workflows

This commit is contained in:
aptalca
2023-04-13 14:22:28 -04:00
parent 21f0309ad4
commit bd979a3433
6 changed files with 61 additions and 130 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