Optimized shellcheck

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-25 13:44:06 +01:00
parent f4ab5461c2
commit 021e6b2812
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
language: shell
script: shellcheck ./scripts/*/*.sh
script: shellcheck $(find . -type f -name '*.sh')