Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds https://github.com/marketplace/actions/check-spelling?version=v0.0.22
It's configured to try to use
SARIF
reporting (which is much prettier than the alternatives). The github/codeql-action kinda sorta needssecurity-events: write
-- which isn't ideal, but eventually it won't and it should only be a concern if you had other workflows that also used security-events (which I don't think you do at this time).Each of the
with
items is tunable -- e.g., if you don't want it to check the spelling of file names you can remove that flag.The
advice.md
file is included in the GitHub job summary and you can tune it to fit the needs of your repository users.Often I'll watch a repository for a while to make sure things go smoothly.
If you have questions about things, now or in the future, just tag me. I'm generally fairly responsive.