SHellcheck fix

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-07-14 14:46:59 +02:00
parent cca7fb8ed8
commit fab4ac3a10
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ dockerfilelint:
.ONESHELL:
shellcheck:
for file in $$(find . -type f -iname '*.sh' -not -path './wip/*'); do shellcheck --format=gcc $$file; done;
for file in $$(find ./scripts -type f); do shellcheck --format=gcc $$file; done;
.ONESHELL:
template-apply: