mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 13:15:21 -04:00
precommit: Enable MarkdownLint and various small improvements
This commit is contained in:
parent
e3fa6e9c2c
commit
e71e4793a6
5 changed files with 112 additions and 73 deletions
|
|
@ -37,7 +37,7 @@ def shellcheck():
|
|||
# ======================================================================================
|
||||
@app.route("/markdownlint", methods=["POST"])
|
||||
def markdownlint():
|
||||
return run_tool(["mdl"])
|
||||
return run_tool(["markdownlint"])
|
||||
|
||||
|
||||
# ======================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue