mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 14:35:44 +00:00
yaml
This commit is contained in:
parent
f75ca01955
commit
ad9b914350
1 changed files with 3 additions and 1 deletions
4
.github/workflows/executable.yml
vendored
4
.github/workflows/executable.yml
vendored
|
|
@ -11,9 +11,11 @@ jobs:
|
|||
- shell: bash
|
||||
run: |
|
||||
shopt -s globstar;
|
||||
FAIL=0
|
||||
for file in **/*.sh; do
|
||||
if [ -f "${file}" ] && [ -r "${file}" ] && [ ! -x "${file}" ]; then
|
||||
echo "$file" is not executable;
|
||||
exit 1;
|
||||
FAIL=1
|
||||
fi
|
||||
done
|
||||
exit ${FAIL}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue