Skip to content

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

Merged
0xLeif merged 2 commits into
mainfrom
ci/standardize-actions
Jul 7, 2026
Merged

CI: standardize Actions (paths + concurrency + runners)#10
0xLeif merged 2 commits into
mainfrom
ci/standardize-actions

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • test.yml: add paths: filter (bin/**, test/**, .github/workflows/test.yml) so README/docs/spec edits no longer trigger the shell-syntax + integration tests.
  • test.yml: add concurrency group (${{ github.workflow }}-${{ github.ref }}) with cancel-in-progress: true to cancel redundant runs.
  • test.yml: bump actions/checkout@v4 -> @v5, add timeout-minutes: 10.
  • pages.yml: bump actions/checkout@v4 -> @v5, add timeout-minutes: 10 (already had site-scoped docs/** paths + concurrency).
  • Runners kept on GitHub-hosted ubuntu-latest (correct for this PUBLIC repo).

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.

plugin.toml is at version 0.3.0 and cmd_version reads it from there, but
the test still asserted 0.2.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@cursor

cursor Bot commented Jul 7, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@0xLeif 0xLeif merged commit a4e307b into main Jul 7, 2026
4 checks passed
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