sign-language-processing / sign-language-processing.github.io

Documentation and background of sign language processing
99 stars 9 forks source link

Add linter to check for unrendered references, e.g. @dataset:uthus... #64

Open cleong110 opened 3 weeks ago

cleong110 commented 3 weeks ago

if you want, you can write a linter for this that would run on push, either as:

  1. check the source code: prevent any ,@ or , @ - which might have some edge cases
  2. after building the HTML, check if it contains any of the bib keys in the HTML file.

Originally posted by @AmitMY in https://github.com/sign-language-processing/sign-language-processing.github.io/issues/62#issuecomment-2155376909

cleong110 commented 3 weeks ago

Relevant:

cleong110 commented 2 weeks ago

Could try https://github.com/super-linter/super-linter