-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Include problem matcher so issues are highlighted in PRs #9
Comments
@nschonni this action will annotate the pull-request. |
Sorry, are you saying it should be doing this now, or will in the future? |
This github action (cspell-action) now works. It will report errors in pull-requests and mark the files with warnings. There are some more options that need to be implimented:
|
Now the review comments showed up -> PR comments for typos work! |
EX: https://github.com/xt0rted/markdownlint-problem-matcher/blob/master/.github/problem-matcher.json
The matcher needs to be registered as part of the action rather than manually added to repos registered like https://github.com/dotnet/docs/blob/c3a769228cb87c7394a5baaffc7a28f6d1fc24bd/.github/workflows/markdownlint.yml#L30
Here are the registration lines from that repo from the API instead of the commandline https://github.com/xt0rted/markdownlint-problem-matcher/blob/31939ffafb5b423ffafae13bd3aad77d36481133/src/main.ts#L19-L25
The text was updated successfully, but these errors were encountered: