Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML Schema validation #33

Merged
merged 4 commits into from
Jan 10, 2025
Merged

Add YAML Schema validation #33

merged 4 commits into from
Jan 10, 2025

Conversation

sebromero
Copy link
Collaborator

@sebromero sebromero commented Jan 7, 2025

This PR adds a validation step to ensure the package list is using the appropriate properties for all entries.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

schema.yml:25

  • The 'urls' field under 'package_descriptor' is incorrectly defined as a list of lists. It should be 'urls: - type: string'.
urls: - - type: string

.github/workflows/validate-yaml.yml:1

  • There is a missing space after the hyphen. It should be '- name: 'Yamllint GitHub Actions''.
-name: 'Yamllint GitHub Actions'
@sebromero sebromero merged commit f6b7087 into main Jan 10, 2025
2 checks passed
@sebromero sebromero deleted the schema branch January 10, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant