GitHub added support for specifying the queue size for concurrent workflow but the validator doesn't support it.
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#concurrency
Can the action-validator be rebuilt to include changes in the schemastore submodule more often? Or since it probably only requires the src/schemas/json/github-workflow.json from that repository rebuilt automatically when that changes?
GitHub added support for specifying the
queuesize for concurrent workflow but the validator doesn't support it.https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#concurrency
Can the action-validator be rebuilt to include changes in the
schemastoresubmodule more often? Or since it probably only requires thesrc/schemas/json/github-workflow.jsonfrom that repository rebuilt automatically when that changes?