Skip to content

CI: standardize Actions (paths + concurrency + runners)#5

Merged
0xLeif merged 1 commit into
mainfrom
ci/standardize-actions
Jun 14, 2026
Merged

CI: standardize Actions (paths + concurrency + runners)#5
0xLeif merged 1 commit into
mainfrom
ci/standardize-actions

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Standardizes the push/PR CI workflow to the CorvidLabs CI standard.

Changes (ci.yml)

  • Add a paths: filter for the single-crate Rust layout: src/**, Cargo.toml, Cargo.lock, .github/workflows/ci.yml. Doc/README/LICENSE-only edits no longer trigger the 3-OS build matrix + clippy.
  • Add a concurrency: group (ci-${{ github.ref }}) with cancel-in-progress: true so superseded runs are cancelled.
  • Bump actions/checkout@v4 -> @v5.
  • Add timeout-minutes to each job (check: 30, lint: 20).
  • Runners unchanged: GitHub-hosted only (PUBLIC repo) — ubuntu/macos/windows-latest matrix for check, ubuntu-latest for lint.

Unchanged (already compliant)

  • pages.yml: already scoped to docs/** with concurrency + ubuntu-latest.
  • release.yml: tag-push only (v*) — no paths: per standard; GitHub-hosted matrix is PUBLIC-compliant.

No fledge.toml present, so native cargo commands are used.

Mirrors the CorvidLabs/merlin CI standard.

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@0xLeif 0xLeif merged commit 3ea707b into main Jun 14, 2026
7 checks passed
@0xLeif 0xLeif deleted the ci/standardize-actions branch June 14, 2026 18:45
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.

1 participant