-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Move from Travis CI to Github Actions #1221
Comments
I think this link may solve your problem. |
Thanks for the link. If you have some free time and fancy put a PR together for this it'd be amazing! |
I am a newbie, so am not sure what to do.. |
No worries @AtharvaParkale. But if you feel like trying it will be very helpful, and you'll get to learn a few things in the way. Be sure that we would be very supportive of your PR (but maybe a bit slow to review it 😅). |
I guess I can give it a try? |
Sure, feel free to do it @warengonzaga . |
We should probably add some linting on the process too as it's common that some small mistakes pass through our code reviews. I'll think about what's the best approach for this as we want to keep it as simple as possible. |
Hello,my name is Yash Bhambhani. I am new to github. I want to contribute to your project.I have knowledge about css and html. |
Hi do you have experience on gitflow? |
Sure thing will check it out... I guess I can make simple at first since I don't have real experience with workflows. |
Hello, I am a newbie looking for someone to guide me to be a contributor in Github can anyone help me? |
Thanks @shamonhashmi for the PR we'll check it out. |
if you are looking for repo that needs help you can check my other open-source. |
@eltonmesquita @warengonzaga is this still open? anyone is working on it? |
hey there, yes valid you can submit your PR. |
What is the expectation? Do we need to simply run npm |
I have a PR for you. I see this is a little stale so may as well :) |
Our CI settings are a bit outdated - they just
npm install
- we should move them to Github actions so the whole team can have full access to the whole process. It should run:npm install
npm start
npm run docs
The text was updated successfully, but these errors were encountered: