The GitHub Actions job "Pull Requests" on pekko.git/worktree-fix+scalafmt-ci 
has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
358fd62a620741eb068b3b108d35968e37007614 / 虎鸣 <[email protected]>
fix: replace broken scalafmt-native-action with coursier/setup-action

Motivation:
The "Code is formatted" CI job fails because jrouly/scalafmt-native-action@v5
has a hardcoded install script URL pointing to scalafmt v3.7.17, which cannot
download scalafmt-native 3.11.1 (the version specified in .scalafmt.conf).

Modification:
Replace jrouly/scalafmt-native-action with coursier/setup-action (already used
in link-validator.yml) to install scalafmt via Coursier, then run scalafmt
directly. The version is read from .scalafmt.conf automatically.

Result:
The scalafmt CI check installs scalafmt reliably via Coursier and is no longer
dependent on a third-party action with stale install script URLs.

Tests:
Not run - CI workflow change only

References:
None - CI infrastructure fix

Report URL: https://github.com/apache/pekko/actions/runs/28334539398

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to