The Drupal Association has introduced the use of gitlab-ci for running tests and other code analysis on Drupal modules. This blog post is an excellent guide for getting up and running with gitlab-ci.
After you have it set up and running, check the pipelines that have run, and clean up any issues found.
If cspell identifies spelling errors that should not be flagged (e.g. Kalamuna) you can add a file named .cspell-project-words.txt
to your project root, with one word to be ignored by the spell checker per line.