agda-stdlib icon indicating copy to clipboard operation
agda-stdlib copied to clipboard

CI check for changelog markdown syntax

Open Taneb opened this issue 1 year ago • 2 comments

As discussed in #2286, the changelog file often ends up with invalid markdown. We should add a CI check to ensure that it remains valid.

Taneb avatar Feb 10 '24 20:02 Taneb

@andreasabel echoing your comment on #2325

There's no reason for the CHANGELOG not to be under whitespace fixes.

Technically, trailing whitespace in .md files stands for <br/>, but I think this is a misfeature that shouldn't be used. (Use <br/> directly if you must.) Another reason I can think of that folks want to use tabs, but again, one can instead use spaces.

Would you have any good suggestions as to the best way to improve CI for the CHANGELOG to do (full) markdown validation?

jamesmckinna avatar Mar 25 '24 13:03 jamesmckinna

@jamesmckinna something like this should work: https://github.com/marketplace/actions/markdown-lint

MatthewDaggitt avatar Mar 26 '24 02:03 MatthewDaggitt