-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
.github/workflows: add PR codespell workflow #3064
.github/workflows: add PR codespell workflow #3064
Conversation
To avoid adding typos to the code base. Follow up to vmware-tanzu#3057. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
71531d2
to
9fc8781
Compare
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.
This is great - thanks!
- name: Codespell | ||
uses: codespell-project/actions-codespell@master | ||
with: | ||
skip: .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico |
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.
Not sure if we want to include other directors to skip here.
Considering that we have a clean run at main, I am OK having this as is.
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.
Added a comment. But this LGTM.
To avoid adding typos to the code base. Follow up to vmware-tanzu#3057. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
To avoid adding typos to the code base. Follow up to vmware-tanzu#3057. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
To avoid adding typos to the code base. Follow up to vmware-tanzu#3057. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
To avoid adding typos to the code base. Follow up to vmware-tanzu#3057. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
To avoid adding typos to the code base. Follow up to vmware-tanzu#3057. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
To avoid adding typos to the code base. Follow up to vmware-tanzu#3057. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
To avoid adding typos to the code base.
Follow up to #3057.
Signed-off-by: Mateusz Gozdek mgozdekof@gmail.com