ci: fix verification scripts and workflow per PR review#427
Merged
kirre-bylund merged 1 commit intofeat/ca-compilefrom Mar 3, 2026
Merged
ci: fix verification scripts and workflow per PR review#427kirre-bylund merged 1 commit intofeat/ca-compilefrom
kirre-bylund merged 1 commit intofeat/ca-compilefrom
Conversation
Copilot
AI
changed the title
[WIP] Add Agent Sanity Check workflow and local verification scripts
ci: fix verification scripts and workflow per PR review
Mar 3, 2026
Contributor
|
@copilot could you please squash the commits? |
Contributor
Author
Unfortunately I'm unable to squash commits — that requires a force push, which isn't available in my environment. You can squash them yourself with: then mark the second commit as |
Co-authored-by: kirre-bylund <4068377+kirre-bylund@users.noreply.github.com>
5d16741 to
801cd0c
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.
Addresses all review comments on the verification scripts and workflow introduced in the previous commit.
compile-check.ymlinputs.unityVersionis undefined onpushevents, risking "Unrecognized named-value: inputs" evaluation errors. Replaced with a job-levelenv.UNITY_VERSIONresolved viagithub.event.inputs.unityVersion || vars.AGENT_CHECK_UNITY_VERSION || '2022.3.22f1'.verify-compilation.sh/verify-compilation.ps1&&→||so a file that exists but isn't executable is caught early.error CSlines is now treated as success even when no Tundra build marker is present. Previously this path fell through toUNKNOWN/ exit 1. Tundra markers are kept as secondary signals; explicit Tundra failure remains a hard fail.verification.mdeditmodeonly).unity-dev-settings.json).✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.