mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-07 18:18:42 +02:00
10 lines
239 B
YAML
Executable file
10 lines
239 B
YAML
Executable file
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
|