Skip to content

Year2024.Day01

Year2024.Day01 #62

Triggered via push December 2, 2024 21:14
Status Failure
Total duration 8m 5s
Artifacts

ci.yml

on: push
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
style
Ormolu detected unformatted files
lint: src/AdventOfCode/Year2020/Day20.hs#L244
Suggestion in process2 in module AdventOfCode.Year2020.Day20: Move filter ▫︎ Found: "filter (== '#') . concat . markMonster . (\\ (Tile _ pic) -> pic)" ▫︎ Perhaps: "concatMap (filter (== '#')) . markMonster . (\\ (Tile _ pic) -> pic)"