-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add an RFD spell check step to the lint workflow #50214
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
a7465e3
to
11aa581
Compare
uses: actions/checkout@v4 | ||
|
||
- name: Install JS dependencies | ||
run: pnpm install --frozen-lockfile |
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.
Do we need all deps or just cspell?
3d3ccd1
to
288ab86
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.
Missed something minor on first pass. Eitehr way, LGTM
f474b4f
to
c7a3a80
Compare
In order for the action to pass various RFDs were updated to fix misspellings, and the dictionary was expanded.
c7a3a80
to
f89b91f
Compare
In order for the action to pass various RFDs were updated to fix misspellings, and the dictionary was expanded.