Skip to content

Personal changes

Personal changes #80

Triggered via push December 4, 2023 11:32
Status Success
Total duration 35s
Artifacts

check-hlint.yml

on: push
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: 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/