This commit is contained in:
Abdullah Barhoum 2022-09-06 19:00:40 +02:00 committed by AbdBarho
parent d1f7871aab
commit f2de4ffbf0

View file

@ -8,7 +8,7 @@ jobs:
name: Check all sh name: Check all sh
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- shell: run - shell: /bin/bash -ce
run: | run: |
shopt -s globstar; shopt -s globstar;
for file in **/*.sh; do for file in **/*.sh; do