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
Goal: Prevent as many defects as possible from getting merged, before even getting to a PR.
Look around at the .pbip community and identify any appropriate PR validation automation tools that can help with continuous integration. Look at both Microsoft guidance and community recommendations. This can include linters (for naming conventions and validation in VS Code), other error checking tools, possibly AI-based DAX code reviewers. 😁
Define a list of automation tools to use.
Implement the VS Code workspace settings to apply those tools to local development in the IDE.
Implement the GitHub Actions needed to apply those tools to PRs for validation (continuous integration).
Goal: Prevent as many defects as possible from getting merged, before even getting to a PR.
.pbipcommunity and identify any appropriate PR validation automation tools that can help with continuous integration. Look at both Microsoft guidance and community recommendations. This can include linters (for naming conventions and validation in VS Code), other error checking tools, possibly AI-based DAX code reviewers. 😁