Skip to content

Integration check

Integration check #60

Triggered via push July 12, 2023 15:02
Status Success
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check-hlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 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
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: cardano-api/cardano-api/internal/Cardano/Api/Certificate.hs#L485
Suggestion in toShelleyCertificateAtLeastConway in module Cardano.Api.Certificate: Use record patterns ▫︎ Found: "GenesisKeyDelegationCertificate _ _ _" ▫︎ Perhaps: "GenesisKeyDelegationCertificate {}"
build: hedgehog-extras/src/Hedgehog/Extras/Test/Process.hs#L174
Suggestion in execFlex' in module Hedgehog.Extras.Test.Process: Redundant $ ▫︎ Found: "L.unlines\n $ [\"Process exited with non-zero exit-code\", \"━━━━ command ━━━━\",\n pkgBin <> \" \" <> L.unwords (fmap argQuote arguments),\n \"━━━━ stdout ━━━━\", stdout, \"━━━━ stderr ━━━━\", stderr,\n \"━━━━ exit code ━━━━\", show @int exitCode]" ▫︎ Perhaps: "L.unlines\n [\"Process exited with non-zero exit-code\", \"━━━━ command ━━━━\",\n pkgBin <> \" \" <> L.unwords (fmap argQuote arguments),\n \"━━━━ stdout ━━━━\", stdout, \"━━━━ stderr ━━━━\", stderr,\n \"━━━━ exit code ━━━━\", show @int exitCode]"
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/