This commit is contained in:
Abdullah Barhoum 2022-09-06 19:01:49 +02:00 committed by AbdBarho
parent f2de4ffbf0
commit f75ca01955
2 changed files with 1 additions and 1 deletions

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: /bin/bash -ce - shell: bash
run: | run: |
shopt -s globstar; shopt -s globstar;
for file in **/*.sh; do for file in **/*.sh; do