Move from Travis CI to Github Actions
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
I think this link may solve your problem. https://developer.okta.com/blog/2020/05/18/travis-ci-to-github-actions
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 think this link may solve your problem. https://developer.okta.com/blog/2020/05/18/travis-ci-to-github-actions
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. Please guide me how to go about it
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. Please guide me how to go about it
Hi do you have experience on gitflow?
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.
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?
#1273
Thanks @shamonhashmi for the PR we'll check it out.
Hello, I am a newbie looking for someone to guide me to be a contributor in Github can anyone help me?
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?
@eltonmesquita @warengonzaga is this still open? anyone is working on it?
hey there, yes valid you can submit your PR.
@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 start and docs in GitHub actions and check for build failures or do we need to build and commit the output it the same branch when a PR is created?
@eltonmesquita @warengonzaga
I have a PR for you. I see this is a little stale so may as well :)