forked from Mirror/docker-audacity
9 lines
213 B
YAML
Executable file
9 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
|