Add YAML frontmatter validation workflow#1554
Open
AmePelliccia wants to merge 1 commit into
Open
Conversation
Add a new GitHub Actions workflow for YAML frontmatter validation. * **.github/workflows/yaml-frontmatter-validation.yml** - Add a new workflow file named `yaml-frontmatter-validation.yml`. - Configure the workflow to trigger on push events for Markdown files (`**/*.md`). - Define a job named `validate_yaml` that runs on `ubuntu-latest`. - Add steps to checkout the repository, list Markdown files, and validate YAML frontmatter using the provided schema. * **.github/workflows/main.yml** - Add a new job named `YAML_Frontmatter_Validation` to the existing workflow. - Set the job to run on `ubuntu-20.04`. - Add steps to checkout the repository and run the `yaml-frontmatter-validation.yml` workflow. - Ensure the new job runs after the `Lint` job. * **README.md** - Add a section explaining the new YAML frontmatter validation workflow. - Provide instructions on how to use the workflow and interpret the results. - Include an example of a valid YAML frontmatter block. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/gaia-platform/GaiaPlatform?shareId=XXXX-XXXX-XXXX-XXXX).
senderista
reviewed
Apr 27, 2025
senderista
left a comment
Contributor
There was a problem hiding this comment.
Hello, and thanks for your interest in the Gaia project! Why are you interested in this project, and what are you trying to accomplish with this change? Why are you submitting what appears to be an entirely AI-generated change with no background or motivation?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new GitHub Actions workflow for YAML frontmatter validation.
.github/workflows/yaml-frontmatter-validation.yml
yaml-frontmatter-validation.yml.**/*.md).validate_yamlthat runs onubuntu-latest..github/workflows/main.yml
YAML_Frontmatter_Validationto the existing workflow.ubuntu-20.04.yaml-frontmatter-validation.ymlworkflow.Lintjob.README.md
For more details, open the Copilot Workspace session.