-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature: Support Multiple Schemas #7
Comments
Cool. I think selecting json files explicity via input is the right way. I don't want all json files to be checked and I have different schemas for each file I want to be checked. Just sharing a real-life use case ;) |
Has this been actioned upon yet? Currently hit a road block with this action because I'm specifying one single file and it's attempting to validate everything. |
@andy-lawler-sbg It has not been completed yet. I have to prioritize other work at the moment and I'm not able to add this change. Pull requests are welcome though! That being said, there are a couple of ways around this. You can tweak the inputs of this Action (either through the |
@GrantBirki Adding the options Then you could do the following:
|
Feature: Support Multiple Schemas
This issue tracks work related to supporting multiple features in this Action. It has been brought to my attention (#6) that users are looking for a way to validate multiple files with multiple schemas.
Success Criteria:
The text was updated successfully, but these errors were encountered: