这是indexloc提供的服务,不要输入任何密码
Skip to content

ci: ensure turbo-types schemas are in sync #10609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 29, 2025
Merged

ci: ensure turbo-types schemas are in sync #10609

merged 6 commits into from
Jun 29, 2025

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Jun 28, 2025

Description

In #10590, I edited the JSON schema directly, which isn't the right way.

This PR introduces a CI check that I (and others) can't make this sort of mistake in the future.

Testing Instructions

This commit shows a failure because I added a test key to the schema (and malformatted it in the process).

@anthonyshew anthonyshew requested a review from a team as a code owner June 28, 2025 19:13
Copy link

vercel bot commented Jun 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-nonmonorepo 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-svelte-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2025 6:41pm

Comment on lines 237 to 240
- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Copy link
Member

Choose a reason for hiding this comment

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

This might be a little heavy. I think we could get away with just setting up Node. This action installs Rust/Protobuf/Capnp

@anthonyshew anthonyshew enabled auto-merge (squash) June 29, 2025 18:53
@anthonyshew anthonyshew merged commit 4610df1 into main Jun 29, 2025
38 checks passed
@anthonyshew anthonyshew deleted the shew/25b5d branch June 29, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants