SSWConsulting / SSWConsulting/SSW.Rules.Content
Improve Frontmatter Validation Error Reporting in CI/CD
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 62
- Forks
- 196
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 112
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the validate-frontmatter-all workflow and the step that redirects errors to validation_results.txt. Run the workflow or inspect its action logs, then verify that validation failures are displayed directly in the logs with useful error details instead of only an exit code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100