instructlab / dev-docs

Developer documents for the InstructLab organization
Apache License 2.0
4 stars 31 forks source link

fix: add spellcheck and spellcheck-sort to 'make help' #49

Closed nathan-weinberg closed 6 months ago

nathan-weinberg commented 6 months ago

Example of before/after below

[nathan@nathan-redhat dev-docs (make-help)]$ make help

Usage:
  make <target>
  md-lint             Lint markdown files
[nathan@nathan-redhat dev-docs (make-help)]$ make help

Usage:
  make <target>
  spellcheck          Spellcheck markdown files
  spellcheck-sort     Sort spellcheck directory
  md-lint             Lint markdown files