Skip to content

WIP: Add CI job to validate Notes in source code (#19902)

Jakob Brünker requested to merge JakobBruenker/ghc:wip/check-notes into master

This is an as yet incomplete implementation for #19902 (closed).

For the moment this uses $GHC -ignore-dot-ghci "check-notes.hs" -e ":main" to run a haskell script. With !3036 (closed) this could be changed to $GHC --run "check-notes.hs".

Edited by Jakob Brünker

Merge request reports