CI: standardize Actions (paths + concurrency + runners)#290
Open
0xLeif wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
✅ Corvin says...
_
<(^\ .oO(Caw! ^v^)
|/(\
\(\\
" "\\
"Caw! Your code sparkles like a dropped french fry."
CI Summary
| Check | Status |
|---|---|
| Validate action.yml | ✅ Passed |
| Dependency Audit | ✅ Passed |
| Code Coverage | ✅ Passed |
| Format Check | ✅ Passed |
| Docs Site | ✅ Passed |
| Spec Validation | ✅ Passed |
| Tests (build, test, clippy) | ✅ Passed |
| VS Code Extension | ✅ Passed |
📋 Spec Validation Details
✅ SpecSync: Passed
| Metric | Value |
|---|---|
| Specs checked | 58 |
| Passed | 58 |
| Errors | 0 |
| Warnings | 0 |
| File coverage | 100% (74/74) |
| LOC coverage | 100% (33727/33727) |
Generated by specsync · Run specsync check --format github to reproduce
Powered by corvid-pet
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.
Standardizes the GitHub Actions workflows to match the CorvidLabs/merlin CI standard.
ci.yml (push + pull_request CI)
paths:filter to push and pull_request so docs/README-only changes no longer trigger the full matrix. Set covers the source CI actually exercises:src/**,tests/**,Cargo.toml,Cargo.lock,action.yml,fledge.toml,site/**,vscode-extension/**, plus.github/workflows/ci.yml.concurrency:group (ci-${{ github.ref }}) withcancel-in-progress: true.timeout-minutesto every job.actions/checkout@v4->@v5.pages.yml (deploy site)
paths:+concurrency+ ubuntu-latest; addedtimeout-minutesand bumped checkout to v5.release.yml (tag push)
paths:added. Addedtimeout-minutes; bumped checkout to v5. Runners already GitHub-hosted.Mirrors the CorvidLabs/merlin CI standard.