Is your feature request related to a problem? Please describe.
When trying to use the Github action with a schema which is provided in documents, the GLOB pattern I provide is not recognised as a GLOB, which means I am forced to check-in my codegen'd schema. Checking this in causes more hassle for our team as we like to work in documents.
Describe the solution you'd like
In a similar way to how the CLI works, providing wildcards to the Action's schema path to allow for the use of individual document files would be great.
Describe alternatives you've considered
Using the CLI manually as part of a Github action to fail my workflow if there are any breaking changes.
Is your feature request related to a problem? Please describe.
When trying to use the Github action with a schema which is provided in documents, the GLOB pattern I provide is not recognised as a GLOB, which means I am forced to check-in my codegen'd schema. Checking this in causes more hassle for our team as we like to work in documents.
Describe the solution you'd like
In a similar way to how the CLI works, providing wildcards to the Action's schema path to allow for the use of individual document files would be great.
Describe alternatives you've considered
Using the CLI manually as part of a Github action to fail my workflow if there are any breaking changes.