-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
GH Actions workflows probably broken since #2461 #2463
Comments
Yep, most valid workflows I have are reported as broken. |
@webknjaz any chances that your change has broken this? this version is still OK https://github.com/SchemaStore/schemastore/blob/5d8605e3a58e4def36bdde7d630abda67c4c4ad6/src/schemas/json/github-workflow.json |
@1oglop1 might be. Should've probably used some sort of exclusion there, like |
For anybody trying to find a fix, please, try checking against https://github.com/sphinx-contrib/sphinxcontrib-towncrier/blob/master/.github/workflows/tox-tests.yaml, as a regression test. |
Sounds like it'd be a good idea to put a copy of them into https://github.com/SchemaStore/schemastore/tree/master/src/test/github-workflow. |
@1oglop1 looking closer, I recall seeing this error with "missing uses" lately. Maybe even before this patch. In my case, the problem was that I was using |
@webknjaz I can already see that
is not valid regex, what you whould need to do is more like a negative lookahead/lookbehind kind of thing, but that feels like its a lot harder to do to me. |
@tom-reinders |
Thanks for fixing it |
* fix issue SchemaStore#2463 GH Actions workflows two items in OneOff is true. thats is why IntelliJ give error. "$ref": "..." must be without other keyword in draft 04..07 * add test file mentioned in issue SchemaStore#2463
Area with issue?
JSON Schema
✔️ Expected Behavior
To see file as correct
❌ Actual Behavior
I get the following alert
on the lines:
YAML or JSON file that does not work.
IDE or code editor.
IntelliJ and it's derivatives
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: