We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322c810 commit d2dc07aCopy full SHA for d2dc07a
Makefile
@@ -97,7 +97,7 @@ uninstall:
97
check: check-shell check-yaml check-dotnet
98
99
check-shell:
100
- docker run --rm --mount type=bind,source=$(PWD)/,target=/data koalaman/shellcheck shellcheck /data/*.sh
+ docker run -v "$$PWD:/mnt" koalaman/shellcheck *.sh
101
102
check-yaml:
103
yamllint ./*.yaml*
0 commit comments