Currently, there are a couple of basic checks in place for PRs:
- CLA check
- Clippy check
In line with other official client repositories, a Continuous Integration should be configured to:
- run unit tests
- run integration tests
- check for dead links in documentation
on PRs.