-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initialize CI #4
Conversation
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.
Did you changed toolkit from bun to yarn?
It would be nice to have a description of why you made the change.
I have made a change in the description. Could you check it again, please? |
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 now. Thanks for your work! 🎉
p.s. The reason why we need to add yarn.lock
is its dependency?
Yes, exactly. AFAIK, we can keep the same version of dependencies in each of our local computers with the |
Okay. I understand. Thanks~ |
What is this feature?
Setup CI file for GitHub Actions. Initially it was based on bun, but due to its instability with Next JS, it was changed to Yarn, a better toolkit for dependency management than npm.
Task Details
ci.yaml
file for GitHub actions. This runs unit tests.Reference Materials (Optional)