Skip to content
Snippets Groups Projects
Commit c87db3a4 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f47ed0b0
No related branches found
No related tags found
5 merge requests!392Merge preview into contrib guide for browser users,!356Merge preview in main,!355Merge preview in main,!333Draft: update NGC containers,!307Added a pre-commit hook template and explanation in README.md.
......@@ -30,6 +30,7 @@ do
filepattern=${BASH_REMATCH[1]}
#lint
echo "Checking linter..."
echo "Checking linter"
docker run --name=hpc-compendium --rm -w /docs --mount src="$(pwd)"/doc.zih.tu-dresden.de,target=/docs,type=bind hpc-compendium markdownlint $filepattern
if [ $? -ne 0 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment