google-github-actions / auth

A GitHub Action for authenticating to Google Cloud.
https://cloud.google.com/iam
Apache License 2.0
966 stars 196 forks source link

Fix spelling errors in multiple files #421

Closed jgstew closed 5 months ago

jgstew commented 5 months ago

Fix spelling errors in multiple files

google-cla[bot] commented 5 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

jgstew commented 5 months ago

I just signed the CLA.

jgstew commented 5 months ago

I added a github action codespell to automatic check for spelling errors, and it should automatically annotate found spelling errors on PRs.

sethvargo commented 5 months ago

I added a github action codespell to automatic check for spelling errors, and it should automatically annotate found spelling errors on PRs.

Hi @jgstew - thank you for the PR. I'm happy to merge the spelling fixes, but I don't want to add a GitHub Action for this.

jgstew commented 5 months ago

@sethvargo makes sense, thanks!