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 026ccfe commit 08a53faCopy full SHA for 08a53fa
containerized_lint.sh
@@ -4,4 +4,3 @@ CONTAINER_ENGINE=${CONTAINER_ENGINE:-docker}
4
5
${CONTAINER_ENGINE} build --file ./testing.Dockerfile --tag test .
6
${CONTAINER_ENGINE} run --rm --interactive --tty --volume $(pwd -P):$(pwd) --workdir $(pwd) test bash ./lint_clean_files.sh
7
-
0 commit comments