dreixel / syb

Scrap Your Boilerplate generic programming library in Haskell
http://www.cs.uu.nl/wiki/GenericProgramming/SYB
Other
44 stars 23 forks source link

CI: remove old header, maybe rename to something else than `haskell-ci`? #46

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

Since CI is now hand-generated and no longer produced by haskell-ci, the header is confusing: https://github.com/dreixel/syb/blob/54431aa7801bd905140bf2e7844c11b9029e9ef6/.github/workflows/haskell-ci.yml#L1-L15 Suggestion: remove the comment and rename the workflow to something other than haskell-ci.yml.

sergv commented 1 year ago

Good idea to remove the comment. Regarding renaming haskell-ci.yml I don't know - do you think it may cause some confusion?

andreasabel commented 1 year ago

I confuses me, at least, since I assume that haskell-ci.yml has been generated by Haskell CI. If you were to write a CI from a blank slate, you would probably name it more naturally ci.yml, build.yml, test.yml, cabal-ci.yml ...