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.

More Biome tasks

Back to the full Biome cheat sheet