Skip to content
Snippets Groups Projects

Resolve "front-matter linter"

Merged Remi PLANEL requested to merge front-matter-linter into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -50,6 +50,7 @@ def lint(
),
],
):
print(f"check system {file}")
with open(file) as f:
metadata, _ = frontmatter.parse(f.read())
# print(metadata)