No more whitespace checks in non-.hs files #9020
Labels
re: code formatting
Automated code formatting with Fourmolu or similar
re: code quality
Internal issue: concerning code quality / refactorings
type: enhancement
When switching to fourmolu for formatting the codebase we killed the fix-whitespace workflow, which, I believe, checked not only .hs-files but also .md, .rst and maybe something else. Can we get this functionality back? I think it was useful. Maybe we could be smart about running it in GitHub actions only when any non-.hs touched (which will save some time on good bunch of runs).
/cc @Kleidukos
The text was updated successfully, but these errors were encountered: