Skip to content

ci: Add verify workflow#168

Merged
peterj merged 2 commits intoagentregistry-dev:mainfrom
timflannagan:chore/verify-workflow
Feb 16, 2026
Merged

ci: Add verify workflow#168
peterj merged 2 commits intoagentregistry-dev:mainfrom
timflannagan:chore/verify-workflow

Conversation

@timflannagan
Copy link
Copy Markdown
Collaborator

Add a verify target that runs mod-tidy and checks for uncommitted changes.

For context, the go.mod and go.sum files appeared to be out of date. I ran
the go mod tidy command on main branch in my fork that's tracking
the latest upstream main.

Introduces a placeholder workflow that can be expanded over time. While this codebase
doesn't have a ton of codegen related tasks, running go mod tidy with the linting related
jobs didn't seem correct to me and there's the potential for generating the openapi schema
definition in the future.

Adds a verify target that runs mod-tidy and checks for uncommitted changes.
This ensures go.mod and go.sum stay in sync with the codebase.

Placeholder workflow that can be expanded over time. While this codebase
doesn't have a ton of codegen related tasks, running `go mod tidy` with
the linting related jobs didn't seem correct to me and there's the
potential for generating the openapi schema definition in the future.
The go.mod and go.sum files appeared to be out of date. I ran
the go mod tidy command on main branch in my fork that's tracking
the latest upstream main.

Confirmed locally that the new verify Makefile target will now fail
without these changes checked into source.

Signed-off-by: timflannagan <[email protected]>
@peterj peterj merged commit 313e6d5 into agentregistry-dev:main Feb 16, 2026
3 checks passed
@timflannagan timflannagan deleted the chore/verify-workflow branch February 16, 2026 20:39
christian-posta pushed a commit to christian-posta/agentregistry that referenced this pull request Mar 9, 2026
Add a verify target that runs mod-tidy and checks for uncommitted
changes.

For context, the go.mod and go.sum files appeared to be out of date. I
ran
the go mod tidy command on main branch in my fork that's tracking
the latest upstream main.

Introduces a placeholder workflow that can be expanded over time. While
this codebase
doesn't have a ton of codegen related tasks, running `go mod tidy` with
the linting related
jobs didn't seem correct to me and there's the potential for generating
the openapi schema

[definition](https://github.com/agentregistry-dev/agentregistry/blob/main/internal/registry/api/openapi.yaml#L1)
in the future.

---------

Signed-off-by: timflannagan <[email protected]>
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.

2 participants