Skip to content
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: add option to show more than 10 spelling mistakes in the action summary #1095

Open
Nightblade opened this issue Dec 9, 2022 · 3 comments

Comments

@Nightblade
Copy link

It appears that 10 is the maximum number of spelling mistakes that can appear in the action summary, and there's no way to increase it.

For example, the following run shows there are 23 issues and it shows 10 of them in the summary. I know you can "drill down" to see more in the logs, but I think many people will just assume there are only 10.

image

@Jason3S
Copy link
Contributor

Jason3S commented Dec 12, 2022

@Nightblade,

You are seeing a limitation of GitHub Workflows.

I think a viable enhancement is to add an optional report to the PR showing the issues.

@Nightblade
Copy link
Author

Sounds good!

@Nightblade
Copy link
Author

Ah yes, this is probably why I was asking about capturing the output from cspell-action -- so I could make a pretty $GITHUB_STEP_SUMMARY in the event of >10 spelling mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants