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