Skip to content

Remove Integration Monad #10703

Remove Integration Monad

Remove Integration Monad #10703

Triggered via pull request November 7, 2025 12:42
Status Success
Total duration 57s
Artifacts

check-hlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: cardano-testnet/src/Testnet/Process/RunIO.hs#L244
Warning in binDist in module Testnet.Process.RunIO: Redundant <$> ▫︎ Found: "eitherDecode <$> liftIOAnnotated (LBS.readFile planJsonFile)\n >>=\n \\case\n Left message\n -> error\n $ \"Cannot decode plan in \" <> planJsonFile <> \": \" <> message\n Right plan -> pure plan" ▫︎ Perhaps: "liftIOAnnotated (LBS.readFile planJsonFile)\n >>=\n (\\case\n Left message\n -> error\n $ \"Cannot decode plan in \" <> planJsonFile <> \": \" <> message\n Right plan -> pure plan)\n . eitherDecode"
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/