ci: validate active/evm common scripts instead of legacy templates - #775
Merged
Conversation
This was referenced Jul 29, 2026
Collaborator
✅ Heimdall Review Status
|
0xth4nh
force-pushed
the
mux/ci-validate-common
branch
from
July 29, 2026 22:16
ce69c3a to
5367a22
Compare
Replaces the setup-templates matrix (which built each old standalone template project) with a single job that installs deps into the shared active/evm Foundry project and runs forge fmt --check + forge build over script/common. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
0xth4nh
force-pushed
the
mux/ci-validate-common
branch
from
July 29, 2026 22:19
5367a22 to
035093b
Compare
leopoldjoy
approved these changes
Jul 29, 2026
mw2000
approved these changes
Jul 29, 2026
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.
What changed?
Replaces the
setup-templatesvalidation matrix with a single job that validates the sharedactive/evmproject:.github/workflows/validate-templates.yml(built each old standalonesetup-templates/template-*project)..github/workflows/validate-common-scripts.yml: installs deps intoactive/evm(make deps PROJECT_DIR=…, base-contracts pinned via env) and runsforge fmt --check script/+forge buildoverscript/common.Stacked on #773 (foundation).
Why?
The old workflow tested the legacy template projects, which the shared
active/evm+script/commonmodel replaces. This gives CI coverage for the new common scripts (fmt + compile).How to test?
All pass locally against base-contracts v8.2.1.