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
f2de4ffbf0
commit
f75ca01955
2
.github/workflows/executable.yml
vendored
2
.github/workflows/executable.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
name: Check all sh
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- shell: /bin/bash -ce
|
||||
- shell: bash
|
||||
run: |
|
||||
shopt -s globstar;
|
||||
for file in **/*.sh; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue