-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(general): fix circleci yaml-doc #4246
Conversation
@@ -0,0 +1 @@ | |||
[] |
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.
why change this? :)
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.
We have a test for it, but I guess the resource test file was left out
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.
We also might want to add a test for it:
jobs:
build_job:
steps:
- checkout
After debugging this is not the error, but this:
jobs:
test-job-single-line: run/script
commenting just for documentation :)
* fix circleci ysml-doc * add test snippet to workflows file * add single line test Co-authored-by: Max Amelchenko <[email protected]>
This PR fixes case of mismatched type in yaml-doc for resolving sub name in workflow content.
Also a resource test file is added to vcs scanning.
Checklist: