mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-23 12:35:40 +01:00
10 lines
213 B
YAML
Executable File
10 lines
213 B
YAML
Executable File
name: Permission check
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '**/run'
|
|
- '**/finish'
|
|
jobs:
|
|
permission_check:
|
|
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|