Skip to content

Prototype a timeseries framework (WIP) #10716

Prototype a timeseries framework (WIP)

Prototype a timeseries framework (WIP) #10716

Triggered via pull request November 12, 2025 07:33
Status Success
Total duration 1m 0s
Artifacts

check-hlint.yml

on: pull_request
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: timeseries-io/src/Cardano/Timeseries/Store/Tree.hs#L31
Suggestion in module Cardano.Timeseries.Store.Tree: Use list literal ▫︎ Found: "Point ls v : []" ▫︎ Perhaps: "[Point ls v]"
build: timeseries-io/app/Main.hs#L25
Warning in module Main: Use fewer imports ▫︎ Found: "import Cardano.Logging.Resources ( readResourceStats )\nimport Cardano.Logging.Resources ( ResourceStats )\nimport Cardano.Logging.Resources ( Resources(..) )\n" ▫︎ Perhaps: "import Cardano.Logging.Resources\n ( readResourceStats, ResourceStats, Resources(..) )\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/
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/