-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add maru-runner
JSON schema
#4803
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Joonas Bergius <joonas@bergi.us>
Thanks for the PR! This section of the codebase is owned by @madskristensen and |
for more information, see https://pre-commit.ci
Thanks - is it possible to have a more generic |
Hey @hyperupcall, in practice we often see Maru Runner files under a Do you have a recommendation for the best way to move forward so as to not create an overly generic matcher here? |
src/api/json/catalog.json
Outdated
"name": "Maru Runner", | ||
"description": "The Unicorn Task Runner", | ||
"fileMatch": ["tasks.yaml"], | ||
"url": "https://json.schemastore.org/maru-runner.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use www
subdomain instead of json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, thank you!
…tore.org Signed-off-by: Joonas Bergius <joonas@defenseunicorns.com>
This PR adds a new JSON Schema for
maru-runner
, Defense Unicorn's open source task runner tool.