instructlab / community

InstructLab Community wide collaboration space including contributing, security, code of conduct, etc
Apache License 2.0
56 stars 36 forks source link

ci: add markdown linter #218

Closed nathan-weinberg closed 2 months ago

nathan-weinberg commented 2 months ago

can run locally with make md-lint

nathan-weinberg commented 2 months ago

lot of Markdown Lint errors here - I'll go through them over time but too many to do in one fell swoop myself immediately

ckadner commented 2 months ago

lot of Markdown Lint errors here - I'll go through them over time but too many to do in one fell swoop myself immediately

Looks like a lot of trailing white spaces. Should be possible to use basic tools, editors and even plain git to do those fixes. I'm willing to help, but don't want to duplicate any work you already did?

nathan-weinberg commented 2 months ago

Haven't start anything @ckadner so if you want to push commits onto this PR be my guest! Appreciate it!

bjhargrave commented 2 months ago

@nathan-weinberg I updated the workflow and fixed all the linting errors.