Files
Nathan Rajlich 32ac8e73fd Fix Biome lint violations and add Biome CI check (#3222)
* Fix Biome lint violations and add Biome CI check

Biome was not configured to respect .gitignore, so ~92% of the 13,355
reported diagnostics came from gitignored build artifacts. Enable VCS
integration (useIgnoreFile), apply safe auto-fixes across the repo, fix
the remaining mechanical errors by hand, downgrade judgment-call a11y /
dangerouslySetInnerHTML rules to warnings, and add a 'biome ci' job to
the Lint workflow so violations block PRs going forward.

* Use an empty changeset (no behavior change, no release needed)
2026-07-30 22:32:12 +00:00
..
2025-10-23 12:07:52 +03:00
2025-10-23 12:07:52 +03:00
2026-06-17 17:06:19 -07:00
2025-10-23 12:07:52 +03:00
2026-06-17 17:06:19 -07:00

@workflow/swc-plugin

SWC transform plugin to transform the directives for Workflow Workflow SDK.

Development

Install rust

Add build target using rustup

rustup target add wasm32-unknown-unknown

Ensure you can test/build

cargo test
cargo check
cargo build