CONTRIBUTING.md states library must be listed in code_libraries[], but .github/workflows/validate.yml's validation script never checks this — a typo'd library name (e.g. aceternety) currently passes CI silently. Add a check that each entry's library value exists in code_libraries[].
CONTRIBUTING.md states
librarymust be listed incode_libraries[], but .github/workflows/validate.yml's validation script never checks this — a typo'd library name (e.g.aceternety) currently passes CI silently. Add a check that each entry'slibraryvalue exists incode_libraries[].