DemonDaddy22 / all-about-reactJS

I'll be working on 20 different ReactJS projects over the course of 60 days and try to create mobile-first, light and dark themed apps out of them.

Home Page:https://demondaddy22.github.io/all-about-reactJS/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add checks on pull requests to master

DemonDaddy22 opened this issue · comments

Add tests and checks which get triggered on pull requests to master, so that the current functionality doesn’t break.

Are there any tests written currently? If not, is there a particular testing library you prefer? Are you looking for Github Actions or some other CI service?

No @nihonjinrxs, I haven't added any tests yet.
Yes, I was looking for GitHub actions, I've added a YAML file which initiates the build process every time some code is pushed onto the master branch, now I want some basic tests/checks to be fired as well whenever there's a pull request which informs the person whether the PR is valid or not.

Hi. Can you assign to me? I can add test for Github actions. It run test for each some code is pushed onto the master branch. I think i add eslint and check it on Github actions. Thanks!!!

Hi @phanlyhuynh, I have already added GitHub action when code is pushed to master which builds the application and deploys it to GitHub pages, I want tests to run on 'pull-requests' which check if the PR is valid and not breaking anything. If you can add this, then I'll assign this to you.