Seagate / cortx-k8s

CORTX Kubernetes Orchestration Repository
https://github.com/Seagate/cortx
Apache License 2.0
6 stars 47 forks source link

Add codespell check to PR lint action #382

Closed keithpine closed 1 year ago

keithpine commented 1 year ago

Description

Add codespell action to PR/push workflow, to improve PR and code quality.

Type of change

How was this tested?

Observed spellcheck is run during PR lint job.

For the cloudformation change, ran the script before and after change and observed the output was identical.

Additional information

Basically using the default codespell action configuration with some words being ignored.

Checklist

If this change requires newer CORTX or third party image versions:

If this change addresses a CORTX Jira issue:

keithpine commented 1 year ago

I submitted a Jira to fork the action repo. We can either wait for that to occur and I'll update the PR, or merge now and I'll update when it's available.

osowski commented 1 year ago

I submitted a Jira to fork the action repo. We can either wait for that to occur and I'll update the PR, or merge now and I'll update when it's available.

This looks good. I'd prefer to wait for the fork to get created and just update the GitHub Actions flow once (instead of coming back to it later).

keithpine commented 1 year ago

This looks good. I'd prefer to wait for the fork to get created and just update the GitHub Actions flow once (instead of coming back to it later).

That's fine with me. Though it does mean catch-able spelling errors may be introduced until then. ;)