-
Notifications
You must be signed in to change notification settings - Fork 17
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
Markdownlint GitHub #122
Markdownlint GitHub #122
Conversation
This comment has been minimized.
This comment has been minimized.
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.
Can you help me understand how this action works? Is it like the spell checking where it fails if the linting doesn't match, or is it something that actually goes in and fixes the linting?
- '**' | ||
pull_request_target: | ||
branches: | ||
- '**' |
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.
Should we be running on every pull request, or should it be only those that target into main
?
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.
I guess only for the PRs, the same as spell checker?
The same as the spell checker. I didn't explicitly set the continueOnError, because $false is the default behaviour. |
I saw some of the "security" related items in one of the files. We want folks to submit security related concerns through the official Microsoft link mentioned in SECURITY.md. |
I didn't fully get what you mean Demitrius. You mind elaborating a bit more what you sawa and what might needs to be changed? |
I reviewed it, I think it's fine. |
@denelon Thanks! @ryfu-msft If you're also happy, you mind pulling it in? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Ryan, I don't know why that prerelease is failing, whereas other runs it is successful. No file has been touched on tests. Can we create a separate issue for it for investigation and pull this in? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Lets try one more time and see if its a one off. |
I see what is going wrong, but I don't know if it is a bug in the DSC resource, or something on the EDIT: When I run EDIT 2: Looking at the description, not really: @ryfu-msft Would the |
Seems like --prerelease only works if there is a prerelease version that exists later the latest stable release. I would instruct users to resort to using the full version instead of --prerelease since you never know when the next preview release will come out. Regarding the tests, it would be better to explicitly point to an older preview version so that the tests don't break in the future when a new release comes out. In an ideal world, we should not be using real packages from the nuget gallery but instead stand up our own test package source. |
I fully agree with you here Ryan. I'll hit up a small commit in just a second to fix the test and the one for VSCode. If you want, I can remove the --prerelease later. Otherwise, I put it in the docs now. Thanks for checking. |
Microsoft Reviewers: Open in CodeFlow