Skip to content

Progress til before 13.3 #28

Progress til before 13.3

Progress til before 13.3 #28

Triggered via push January 10, 2025 20:02
Status Success
Total duration 23s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
fourmolu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hlint: app/Main.hs#L38
Suggestion in main in module Main: Replace case with maybe ▫︎ Found: "case sourceCodeFilepath of\n Nothing -> runPrompt\n Just sourceCodeFile -> runFile sourceCodeFile" ▫︎ Perhaps: "maybe runPrompt runFile sourceCodeFilepath"