Add a new github reusable workflow: js_code_review that runs the code-review script in javascript monorepo. This workflow is configured to cache turbo output and sends (only when is enabled) test coverage reports to https://about.codecov.io/
How to use this workflow
Create a file named code-review.yaml in .github/workflows with the following content
List of changes
js_code_review
that runs thecode-review
script in javascript monorepo. This workflow is configured to cacheturbo
output and sends (only when is enabled) test coverage reports to https://about.codecov.io/How to use this workflow
Create a file named
code-review.yaml
in.github/workflows
with the following content