📄️ Supported languages & frameworks
CodeBeaver is a general-purpose tool that can be used with any language and framework using a configuration file similar to Docker and GitHub Actions. As long as your code can:
📄️ Git Providers
Integration with GitHub
📄️ Triggers
CodeBeaver can be triggered in multiple ways.
📄️ Monorepo Support
For codebases that employ multiple languages or frameworks, CodeBeaver can run tests for each subproject independently. Add a codebeaver.yaml file to the root of your repository to enable this feature.
📄️ Pre-Commit Hooks
CodeBeaver respects and executes any pre-commit hooks you have configured, ensuring a consistent workflow.