Skip to content

Update Biome CI configuration#1314

Merged
int128 merged 1 commit intomainfrom
bot--tasks-update-biome-ci
Dec 13, 2025
Merged

Update Biome CI configuration#1314
int128 merged 1 commit intomainfrom
bot--tasks-update-biome-ci

Conversation

@int128-actions-tanpopo
Copy link
Copy Markdown
Contributor

Purpose

This update ensures that the Biome CI configuration is aligned with the latest Biome version and best practices.

Changes

  • biome.json: Updated the Biome schema version from 2.2.6 to 2.3.8.
  • package.json: Added a new check script: "check": "biome migrate --write && biome check --fix". This script will first migrate the biome.json to the latest version and then run the check --fix command.
  • .github/workflows/ts.yaml: Modified the CI workflow to use the new pnpm run check script instead of directly calling pnpm biome check --fix. This change leverages the new check script for a more robust and maintainable CI process.

@int128 int128 merged commit d98f9da into main Dec 13, 2025
2 checks passed
@int128 int128 deleted the bot--tasks-update-biome-ci branch December 13, 2025 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant