-
Notifications
You must be signed in to change notification settings - Fork 4
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
let's keep the data in YAML format and render into Markdown on every push #12
Comments
@uchitsa think about this, please |
@yegor256 thanks, I'll do it |
@uchitsa will be great, if we create a Bash script that does all that: |
@uchitsa would be great to create a unit test (with a synthetic YAML input) for this Bash script (maybe call it |
@uchitsa I think, this is the most important task now, since our list keeps growing and it will be just more time consuming later to turn it into YAML |
@yegor256 I prepare python script to parse a yaml source and create a result md file |
@uchitsa don't forget to add pylint or pep8 (or both) to GHA |
@uchitsa thanks a lot for implementing this feature! |
Maybe we can keep the entire dataset in a YAML file. Then, on each
push
we configure a GHA job, that will render this YAML file into a Markdown table, put it into the README.md (replacing the existing one), and then submit a pull request with the changes to the repository.See how it works, for example, here: https://github.com/yegor256/micromap/blob/master/.github/workflows/up.yml
The text was updated successfully, but these errors were encountered: