Skip to content

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

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

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

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Standardizes the existing ci.yml (push/PR) workflow per the CorvidLabs CI standard.

  • Added a bun-ts paths: filter to both push and pull_request (src/**, tests/**, bin/**, package.json, bun.lock, tsconfig.json, .github/workflows/ci.yml) so README/docs-only changes no longer trigger test/typecheck/shellcheck.
  • Added a concurrency: group (ci-${{ github.ref }}) with cancel-in-progress: true to cancel redundant runs on rapid pushes.
  • Bumped actions/checkout@v4 to @v5.
  • Added timeout-minutes: 10 to every job.
  • Runners kept on ubuntu-latest (correct for a PUBLIC bun-ts repo; GitHub-hosted only).

No fledge.toml exists, so native bun commands are retained. Mirrors the CorvidLabs/merlin CI standard.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@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 d34e634 into main Jun 14, 2026
6 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