Skip to content

feat: Add fork banner to gallery + harden kernel #61

feat: Add fork banner to gallery + harden kernel

feat: Add fork banner to gallery + harden kernel #61

Triggered via push June 19, 2026 04:03
Status Failure
Total duration 4m 50s
Artifacts

haskell-ci.yml

on: push
Matrix: linux
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 14 warnings
frontend
Process completed with exit code 1.
hlint
HLint failed with status: 1. Warning (5), Suggestion (1)
Haskell-CI - Linux - ghc-9.8.4
Process completed with exit code 1.
Haskell-CI - Linux - ghc-9.4.8
Process completed with exit code 1.
Haskell-CI - Linux - ghc-9.6.7
Process completed with exit code 1.
Haskell-CI - Linux - ghc-9.10.3
Process completed with exit code 1.
Haskell-CI - Linux - ghc-9.12.2
Process completed with exit code 1.
fourmolu
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, haskell-actions/run-fourmolu@v11. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
hlint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, haskell-actions/hlint-run@v2, haskell-actions/hlint-setup@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
hlint: sabela-hub/test/Test/ProxySpec.hs#L211
Warning in spec in module Test.ProxySpec: Use fromMaybe ▫︎ Found: "maybe \"\" id" ▫︎ Perhaps: "Data.Maybe.fromMaybe \"\""
hlint: sabela-hub/test/Test/ProxySpec.hs#L146
Warning in spec in module Test.ProxySpec: Use fromMaybe ▫︎ Found: "maybe \"\" id" ▫︎ Perhaps: "Data.Maybe.fromMaybe \"\""
hlint: app/Main.hs#L5
Warning in module Main: Use fewer imports ▫︎ Found: "import Control.Exception ( finally )\nimport Control.Exception ( AsyncException(UserInterrupt) )\n" ▫︎ Perhaps: "import Control.Exception ( finally, AsyncException(UserInterrupt) )\n"
hlint: src/Sabela/Session/Reader.hs#L270
Warning in markerNumberIn in module Sabela.Session.Reader: Use isDigit ▫︎ Found: "c >= '0' && c <= '9'" ▫︎ Perhaps: "isDigit c"
hlint: src/Sabela/Session/Reader.hs#L225
Warning in scanDiscarded in module Sabela.Session.Reader: Use isDigit ▫︎ Found: "c >= '0' && c <= '9'" ▫︎ Perhaps: "isDigit c"
hlint: src/Sabela/Session/Proc.hs#L295
Suggestion in killLeftoverSessions in module Sabela.Session.Proc: Use tuple-section ▫︎ Found: "\\ m -> (Map.empty, m)" ▫︎ Perhaps: "(Map.empty,)" ▫︎ Note: may require `{-# LANGUAGE TupleSections #-}` adding to the top of the file
Haskell-CI - Linux - ghc-9.8.4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.4.8
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.6.7
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.10.3
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.12.2
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/