-
Notifications
You must be signed in to change notification settings - Fork 711
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
codespell: add GH Action for checking spelling issues #896
Conversation
Thanks for submitting this! I'm thinking we can get #898 reviewed and merged first, then integrate this as a job in the new CI/CD configuration. |
There are different approaches, one having only one big config file and other having many smaller ones. Maybe we can split it in build and linting jobs, but both cases are fine for me. |
I'm fine with either method as well, so long as dependencies between files can be specified (I.E. build requires lint/testspellcheck jobs to pass before starting).
…-------- Original Message --------
On 30 Dec 2021, 21:16, Mario Trangoni wrote:
There are different approaches, one having only one big config file and other having many smaller ones.
Maybe we can split it in build and linting jobs, but both cases are fine for me.
—
Reply to this email directly, [view it on GitHub](#896 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAXVYSPKBBG3YU7SJEXI55TUTQ5PFANCNFSM5K5VVW2A).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Good point!, and it seems this is possible with workflow_run |
@mjtrangoni #898 has been merged, you can rebase this PR on |
After fixing all spelling issues in prometheus-community#892, this will prevent us for adding new ones. Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
c08a101
to
a8eefae
Compare
@breed808 PTAL |
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.
Looks good! Thanks for this 👍
…pell codespell: add GH Action for checking spelling issues
Hi @carlpett @breed808,
This add a GH Action for checking spelling issues detected by codespell. As I fixed all of them already at #892, this will prevent us for adding new ones.