You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a PR is opened, we should run a pipeline that compiles and tests the code to validate that everything works.
Since we have a monorepo, we first need to see which extensions need to be built/tested. So we should check which paths changed (https://github.com/marketplace/actions/get-changed-files) and then cd and build/test each of the extensions referenced in the PR.
We should also call a linter to check that everything is properly formatted.
The text was updated successfully, but these errors were encountered:
When a PR is opened, we should run a pipeline that compiles and tests the code to validate that everything works.
Since we have a monorepo, we first need to see which extensions need to be built/tested. So we should check which paths changed (https://github.com/marketplace/actions/get-changed-files) and then cd and build/test each of the extensions referenced in the PR.
We should also call a linter to check that everything is properly formatted.
The text was updated successfully, but these errors were encountered: