Core #99
ci.yaml
on: pull_request
pre-commit
/
Pre-commit
8s
build-and-test
/
Pedantic build
2m 25s
Matrix: build-and-test / build-and-test
Annotations
1 error and 6 warnings
build-and-test / Pedantic build
Process completed with exit code 1.
|
pre-commit / Pre-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
fourmolu / Fourmolu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
hlint / Hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
hlint / Hlint:
lamagraph-compiler/src/Lamagraph/Compiler/Core.hs#L12
Suggestion in Var in module Lamagraph.Compiler.Core: Use newtype instead of data ▫︎ Found: "data Var\n = Id Name\n deriving (Eq, Show)" ▫︎ Perhaps: "newtype Var\n = Id Name\n deriving (Eq, Show)" ▫︎ Note: decreases laziness
|
build-and-test / Pedantic build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-and-test / Build and Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|