Add fast CI checks - #28
Merged
Merged
Conversation
IlyaasK
marked this pull request as ready for review
July 1, 2026 21:07
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 02:34
6d93945 to
aff360b
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 02:34
ec173ee to
6a9a6ea
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 02:48
aff360b to
a7f9399
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
2 times, most recently
from
July 2, 2026 19:51
d5585c1 to
9a1c02b
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 20:03
9a1c02b to
a7e4426
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 20:03
4477796 to
609f5be
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 20:15
a7e4426 to
b735188
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 20:15
609f5be to
433e900
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 20:25
b735188 to
c352284
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
2 times, most recently
from
July 2, 2026 20:37
54e0bf2 to
f2a25e4
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 20:37
c352284 to
020ce52
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 020ce52. Configure here.
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 20:47
f2a25e4 to
e6b99fb
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 20:47
020ce52 to
91cfe71
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 20:52
e6b99fb to
f179de6
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 20:52
91cfe71 to
816dbf9
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 20:57
f179de6 to
7025579
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 20:57
816dbf9 to
4756fcd
Compare
tnsardesai
approved these changes
Jul 2, 2026
| push: | ||
| branches: | ||
| - main | ||
| - provider-repo-scaffold |
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 21:22
7025579 to
bf3e263
Compare
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
2 times, most recently
from
July 2, 2026 22:00
5e54cef to
36d00ac
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 22:00
bf3e263 to
5705820
Compare
IlyaasK
force-pushed
the
hypeship/v0-docs-correctness
branch
from
July 2, 2026 22:04
5705820 to
bf3e263
Compare
Add a Markdown link checker and Terraform example validation (locally built provider via dev_overrides, no live API calls) to CI and the release checklist. Also point the release checklist back at main now that it is the default branch again.
IlyaasK
force-pushed
the
hypeship/v0-ci-correctness
branch
from
July 2, 2026 22:05
36d00ac to
49bd5c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
dev_overrides, with no live API calls.Why this is v0 work
v0 needs CI to run on pull requests and
mainbefore tagging. The extra checks are small, credential-free validation gates for docs and examples, and they keep the provider releasable without broadening the runtime surface.Intentionally unsupported in v0
force_destroy, or codegen work is included.Note
Low Risk
Changes only add CI/release validation scripts and workflow steps; no provider runtime, auth, or API behavior is modified.
Overview
Adds credential-free CI gates for docs and examples: a tracked-Markdown local link/image checker and Terraform
validatefor eachexamples/*/main.tfusing a locally built provider viadev_overrides(no live API).Wires both scripts into
.github/workflows/ci.ymland documents them indocs/release.md, which now assumes a cleanmaincheckout instead of naming a scaffold branch.Reviewed by Cursor Bugbot for commit 49bd5c2. Bugbot is set up for automated code reviews on this repo. Configure here.