OAI / Overlay-Specification

The OAI Overlay Specification
Apache License 2.0
49 stars 12 forks source link

Should we add GitHub workflows for ... #53

Closed ralfhandl closed 1 week ago

ralfhandl commented 1 week ago
lornajane commented 1 week ago

Yes please, to all of these. For the markdown, do we want to run the whole reformatting/validating thing at pull request time so like prettier and whatever, or just mdv? I think I'd use markdownlint instead of mdv now, since it's markdownlint we use in the build process

ralfhandl commented 1 week ago

Markdownlint is not a superset of mdv, mdv for example catches syntax errors in YAML code blocks.

And mdv is not a superset of markdownlint, so maybe we want to use both?