Update scalafmt-core to 3.7.14 #49
Annotations
1 error and 1 warning
Code is formatted
Command failed: /home/runner/bin/scalafmt-native --list --mode diff-ref=origin/main
error: invalid Scalafmt version.
This Scalafmt installation has version '3.7.11' and the version configured in '/home/runner/work/pekko-streams-circe/pekko-streams-circe/.scalafmt.conf' is '3.7.14'.
To fix this problem, add the following line to .scalafmt.conf:
```
version = 3.7.11
```
NOTE: this error happens only when running a native Scalafmt binary.
Scalafmt automatically installs and invokes the correct version of Scalafmt when running on the JVM.
|
Code is formatted
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|