Closed LeonardLaszlo closed 4 months ago
Hey @LeonardLaszlo thanks for creating a PR. These schema files are coming from https://json.schemastore.org/github-workflow.json Probably you can also solve this globally there
Next version with your change is published and will be available as soon as it's approved (usually takes 1Â day). Thanks for the contribution.
/ character should be escaped in regular expressions
Closes #000
Types of changes
Motivation
Changes
Try to match the previous regexp ( ^(.+/)+(.+).(ya?ml)(@.+)?$ ) against a valid input ( ./path/to/localfile.yml ) here: https://regex101.com/
Success Check
Use the example above on https://regex101.com/