Use biome ci in Biome
From the Biome cheat sheet ยท Continuous Integration ยท verified Aug 2026
Use biome ci
Run CI-focused checks with annotations and no write option.
bash
# Check the complete repository
npx @biomejs/biome ci .
# Fail when warnings are present
npx @biomejs/biome ci --error-on-warnings .๐ ci never writes files or applies fixes
โก GitHub environments receive native annotations
๐ก Limit threads when the runner has constrained resources
๐ Reporters include JSON, JUnit, SARIF, and GitLab
cireportersgithub-actions
Continue with Biome
Save the full cheat sheet or work through every related task.