Skip to content

Adopt shared Scala CI workflow - #70

Merged
mr-git merged 4 commits into
mainfrom
adopt-shared-ci
Aug 13, 2026
Merged

Adopt shared Scala CI workflow#70
mr-git merged 4 commits into
mainfrom
adopt-shared-ci

Conversation

@stasimus

@stasimus stasimus commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Replaces the hand-written ci.yml with a call to the shared workflow, so tests, coverage, binary compatibility, formatting and scaladoc are configured centrally.

Checks now run as explicit sbt tasks rather than through the check alias, and checkout is unshallow so versionPolicyCheck has a previous version to compare against.

Part of evolution-gaming/scala-github-actions#5

Summary by CodeRabbit

  • Chores
    • Updated the continuous integration workflow to use the latest standardized build and test process.
    • Streamlined automated validation by replacing the previous custom configuration.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b7097402-f051-44a8-9f91-573fa3d39060

📥 Commits

Reviewing files that changed from the base of the PR and between d5a79ee and 8c4e922.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

📝 Walkthrough

Walkthrough

The CI test job now delegates runner setup, Scala testing, coverage collection, and Coveralls reporting to evolution-gaming/scala-github-actions at version v6.3.0.

Changes

CI workflow migration

Layer / File(s) Summary
Adopt reusable CI workflow
.github/workflows/ci.yml
The inline CI configuration was replaced with the versioned reusable scala-github-actions workflow. Runner, Scala matrix, build, test, coverage, and Coveralls steps were removed.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Mergeability Score: ⚪ Minimal · up to 8c4e9

This PR centralizes Scala CI configuration in the shared workflow without any identified current-head correctness, security, availability, or deployment risk; it is merge-ready after normal checks and review.

Possibly related issues

  • evolution-gaming/scala-github-actions#5 — The change implements the issue's goal to replace hand-written CI pipelines with the shared workflow.

Suggested reviewers: mr-git

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adoption of the shared Scala CI workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch adopt-shared-ci

Comment @coderabbitai help to get the list of available commands.

@mr-git
mr-git merged commit a9e0623 into main Aug 13, 2026
5 checks passed
@mr-git
mr-git deleted the adopt-shared-ci branch August 13, 2026 08:56
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.

2 participants