Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that all TA article files are actually checked #235

Open
RobH123 opened this issue Nov 25, 2021 · 0 comments
Open

Ensure that all TA article files are actually checked #235

RobH123 opened this issue Nov 25, 2021 · 0 comments

Comments

@RobH123
Copy link
Contributor

RobH123 commented Nov 25, 2021

From a question on Discord from @mandolyte: Question for you... when we add validation for markdown TA articles, how do you recommend doing it...

  • do we give the folder name and let CV get and validate the three files?
  • do we combine all three files in memory and give that to be validated?
  • do we give each of the three files in turn to be validated?

This is because TA articles have three files:

  1. 01.md
  2. title.md
  3. sub-title.md

So it seems that:

  1. We need to discover whether or not all three files are being checked for TA articles
  2. Might be good to have an exported function that is passed an article name/folder, and checks the three files (and that's there's three and only three in the folder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant