code-server-python3 update/add workflows

This commit is contained in:
aptalca
2023-05-17 13:58:50 -04:00
parent bae40fa9e8
commit 2ae1b87bbc
6 changed files with 60 additions and 62 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