Skip to content

Commit d2dc07a

Browse files
author
Vicente Herrera
committed
fix: Fixed use of shellcheck volume in Makefile
1 parent 322c810 commit d2dc07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ uninstall:
9797
check: check-shell check-yaml check-dotnet
9898

9999
check-shell:
100-
docker run --rm --mount type=bind,source=$(PWD)/,target=/data koalaman/shellcheck shellcheck /data/*.sh
100+
docker run -v "$$PWD:/mnt" koalaman/shellcheck *.sh
101101

102102
check-yaml:
103103
yamllint ./*.yaml*

0 commit comments

Comments
 (0)