[Feature] There should be a way for a local developer to know if a change will pass CI gates #3045
Labels
bug
Something isn't working
good first issue
These are recommended starting points for newcomers looking to make their first contributions.
help wanted
Community contributions are especially encouraged for these issues.
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
There are many checks used by the PR workflow that validate different aspects of incoming changes. There are hygiene scans, code correctness, code coverage, backward compatibility and DCO. It would be useful to have a way to run all the checks for this repository on your local machine.
What alternatives can be considered?
GitHub Action workflows execute all of the different scans and tests, these can continue to be used.
Additional Context
The text was updated successfully, but these errors were encountered: