mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
11 lines
239 B
YAML
Executable File
11 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
|