Skip to content
Snippets Groups Projects
Commit bcc5622c authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add some printing

parent 38d89940
No related branches found
No related tags found
2 merge requests!122Front matter linter,!93Resolve "front-matter linter"
Pipeline #116523 failed
......@@ -50,6 +50,7 @@ def lint(
),
],
):
print(f"check system {file}")
with open(file) as f:
metadata, _ = frontmatter.parse(f.read())
# print(metadata)
......
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