mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 08:34:21 +01:00
yaml
This commit is contained in:
parent
f2de4ffbf0
commit
f75ca01955
2
.github/workflows/executable.yml
vendored
2
.github/workflows/executable.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: Check all sh
|
name: Check all sh
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- shell: /bin/bash -ce
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
shopt -s globstar;
|
shopt -s globstar;
|
||||||
for file in **/*.sh; do
|
for file in **/*.sh; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue