Moved maintenance output README's to resources directory

This commit is contained in:
Lucas
2025-11-30 20:06:58 -08:00
parent c83375e52d
commit f57d76f36d
4 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ for app in applications:
"issues": app_issues
})
with open("readmes/format_maintenance.md", "w") as f:
with open("resources/maintenance/format_maintenance.md", "w") as f:
f.write("# Format Maintenance Report\n\n")
if not issues_report:
f.write("No issues found. All applications are properly formatted.\n")