There should be a .yml file that runs against a GitHub build pipeline that will be triggered whenever a PR is created against the release branch. No branch should be able to merge if this fails.
Requirements
Create a .yml file that will check the following:
npm run test against all workspaces
prettier
Note: currently blocked until the tooling packages have been merged
Description
There should be a
.yml
file that runs against a GitHub build pipeline that will be triggered whenever a PR is created against therelease
branch. No branch should be able to merge if this fails.Requirements
.yml
file that will check the following:npm run test
against all workspacesNote: currently blocked until the tooling packages have been merged