The validate-frontmatter-all workflow redirects errors to validation_results.txt, making them invisible in the CI/CD action logs. Developers only see "Process completed with exit code 1" without knowing what failed. Update the workflow to display validation errors directly in the action logs so developers can see what's wrong without running the script locally.