Continuous Integration
Running Biome in a CI environment is easy. Check out the following examples for some inspiration.
GitHub Actions
Section titled GitHub ActionsWe provide a first-party GitHub Action to setup Biome in your runner. Here’s what a simple workflow might look like:
Third-party actions
Section titled Third-party actionsThese are actions maintained by other communities, that you use in your runner:
- reviewdog-action-biome: run Biome with reviewdog and make comments and commit suggestions on the pull request.