-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
refactor(scripts): add typescript to cypress #968
Conversation
Hey @freeCodeCamp/dev-team can you please help review this? |
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 looks solid. The only thing I would suggest is to add a type check in CI to make sure errors don't start creeping in.
Did I add my workflows correctly? Edit: Didn't realize I never pushed it. |
@ojeytonwilliams do you have a minute to push the changes to the workflow file? |
…odeCamp/news into refactor/add-typescript-to-cypress
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.
@raisedadead sure, but @a2937 beat me to it!
Co-authored-by: Oliver Eyton-Williams <[email protected]>
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.
LGTM 👍
@raisedadead I'm a little out of the loop on news. Can we just merge PRs normally now? |
Yes - there should not be any issues as long as the tests are passing. |
Checklist:
Update index.md
)Closes #XXXXX
This is a continuation of the PR I struggled to rebase.