add check_task_frontmatter.py and document frontmatter lint in task-template

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 14:28:42 -07:00
parent b0f14f1f55
commit 09d975e93b

View File

@@ -27,4 +27,10 @@ Explain runtime behavior and overall operation.
## Notes
Any additional notes or references.
Any additional notes or references.
---
Run the frontmatter linter to ensure conformance:
```bash
python3 ../tools/check_task_frontmatter.py
```