Skip to content

Core functionality

Core functionality #2

Triggered via push April 25, 2024 14:35
Status Failure
Total duration 14s
Artifacts

build.yml

on: push
compile-all
4s
compile-all
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
compile-all
Command failed: /home/runner/bin/scalafmt-native -c .scalafmt.conf --test example urlopt4s --- a/home/runner/work/urlopt4s/urlopt4s/example/cats/src/me/seroperson/urlopt4s/ExampleCatsApp.scala +++ b/home/runner/work/urlopt4s/urlopt4s/example/cats/src/me/seroperson/urlopt4s/ExampleCatsApp.scala @@ -13,4 +13,3 @@ givenUrl <- args.headOption match { - case Some(url) => - IO.pure(url) + case Some(url) => IO.pure(url) case None => --- a/home/runner/work/urlopt4s/urlopt4s/urlopt4s/src/me/seroperson/urlopt4s/RestrictedFileSystem.scala +++ b/home/runner/work/urlopt4s/urlopt4s/urlopt4s/src/me/seroperson/urlopt4s/RestrictedFileSystem.scala @@ -15,4 +15,5 @@ -private[urlopt4s] class RestrictedFileSystem(allowedContent: Map[Path, () => SeekableByteChannel]) - extends FileSystem { +private[urlopt4s] class RestrictedFileSystem( + allowedContent: Map[Path, () => SeekableByteChannel] +) extends FileSystem {
compile-all
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, jrouly/scalafmt-native-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
compile-all
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jrouly/scalafmt-native-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/