
Creating a GitHub workflow to run CI
Checking code quality before merging the changes back to production branch is crucial. Let's guild a simple CI with GitHub actions.
Appears in 2 out of 30 articles
Checking code quality before merging the changes back to production branch is crucial. Let's guild a simple CI with GitHub actions.
This time we will will set up react testing library with jest to handle unit testing