biome/xtask
Naoki Ikeguchi 96e2888beb
Some checks failed
Benchmarks JS / Bench (push) Waiting to run
Benchmarks Manifests / Bench (push) Waiting to run
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
Benchmarks Configuration / Bench (push) Has been cancelled
Benchmarks CSS / Bench (push) Has been cancelled
Benchmarks GraphQL / Bench (push) Has been cancelled
Benchmarks JSON / Bench (push) Has been cancelled
Benchmarks Module Graph / Bench (push) Has been cancelled
feat(formatter/yaml): setup stub implementation (#8000)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-06 11:32:45 +09:00
..
codegen feat(formatter/yaml): setup stub implementation (#8000) 2025-11-06 11:32:45 +09:00
coverage chore: update Rust to v1.91.0 (#7947) 2025-11-03 06:03:09 +00:00
rules_check ci(rules-check): add noSecrets exception (#7862) 2025-10-25 12:44:02 +02:00
src chore: add edition 2024 to rustfmt.toml (#7591) 2025-09-25 11:21:10 +09:00
Cargo.toml build: upgrade to Rust 2024 edition (#5224) 2025-03-02 10:18:47 +00:00
README.md chore: fix some typos in comments (#2486) 2024-04-17 07:38:09 +01:00

xtask

This directory contains Rust scripts for code generation, running coverage tests and benchmark etc.

Please checkout their respective READMEs for usage instructions.

This xtask crate contains common utilities for working with these scripts. For example, running rustfmt and getting the project root.