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
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
...@@ -50,6 +50,7 @@ def lint( ...@@ -50,6 +50,7 @@ def lint(
), ),
], ],
): ):
print(f"check system {file}")
with open(file) as f: with open(file) as f:
metadata, _ = frontmatter.parse(f.read()) metadata, _ = frontmatter.parse(f.read())
# print(metadata) # 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