mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 00:24:25 +01:00
yaml
This commit is contained in:
parent
f75ca01955
commit
ad9b914350
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…
Reference in a new issue