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
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