Skip to content

Render errors as JSON in http response #5444

Render errors as JSON in http response

Render errors as JSON in http response #5444

Triggered via pull request December 9, 2023 09:08
Status Success
Total duration 34s
Artifacts

check-hlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: rwe/actions-hlint-setup@v1, rwe/actions-hlint-run@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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-submit-api/src/Cardano/TxSubmit/Web.hs#L29
Warning in module Cardano.TxSubmit.Web: Use fewer imports ▫︎ Found: "import Cardano.TxSubmit.Types\n ( EnvSocketError(..),\n RawCborDecodeError(..),\n TxCmdError(..),\n TxSubmitApi,\n TxSubmitApiRecord(..),\n TxSubmitWebApiError(TxSubmitFail),\n renderTxCmdError )\nimport Cardano.TxSubmit.Types ( TxCmdError(..) )\n" ▫︎ Perhaps: "import Cardano.TxSubmit.Types\n ( EnvSocketError(..),\n RawCborDecodeError(..),\n TxCmdError(..),\n TxSubmitApi,\n TxSubmitApiRecord(..),\n TxSubmitWebApiError(TxSubmitFail),\n renderTxCmdError,\n TxCmdError(..) )\n"
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/