Skip to content

Conversation

fermeridamagni
Copy link
Contributor

No description provided.

@fermeridamagni fermeridamagni requested a review from Copilot June 11, 2025 04:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates configuration files to reflect changes in the project's build and CI setup. Key changes include an update to the Turbo schema URL and task outputs in turbo.json, removal of the "format" and "check-types" scripts in package.json along with a minor pnpm version bump, and the addition of a new GitHub Actions CI workflow.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
turbo.json Updated schema URL and added "dist/**" to task outputs
package.json Removed "format" and "check-types" scripts; updated pnpm version
.github/workflows/ci.yml Added a new CI workflow for install, lint, build, and test
Comments suppressed due to low confidence (1)

package.json:7

  • The CI workflow invokes 'pnpm format:check' but there is no corresponding script in package.json after the removal of the 'format' script. Please add the 'format:check' script or update the CI workflow to call an existing script.
"format": "prettier --write \"**/*.{ts,tsx,md}\"",

@fermeridamagni fermeridamagni merged commit 85ad52f into main Jun 11, 2025
2 checks passed
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