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

GitHub Actions pipeline for JSON example file validation #244

Open
jonssonchristian opened this issue Nov 15, 2023 · 0 comments
Open

GitHub Actions pipeline for JSON example file validation #244

jonssonchristian opened this issue Nov 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jonssonchristian
Copy link
Collaborator

Whist working on another PR (#243) I was thinking it would be useful to have an automated check that all of the JSON example files (under 'demo_data') validate successfully against the JSON Schema. That would save running that check manually and ensure it is never missed. I set up something similar for another project and would be happy to have a go at implementing it for this repo if you think it is a good idea.

My idea would be to write the test in Python with the pytest framework and then have a GitHub Actions pipeline that runs the test on every new PR.

@jonssonchristian jonssonchristian added the enhancement New feature or request label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant