23andMe / Yamale

A schema and validator for YAML.
MIT License
670 stars 88 forks source link

Github actions :octocat: #156

Closed eXpire163 closed 3 years ago

eXpire163 commented 3 years ago

Hi,

  1. this is not an issue
  2. /documentation

I use yamale all over the place to check if my users do what they are supposed to do and not anything else. As i use more and more github actions , i really wanted to have a simple way of integrating it.

That's where is started:

https://github.com/marketplace/actions/python-yamale

It's just a first iteration and still most of the parameters are missing, but it works as of now. If you like what i did, feel free to add it to your readme, if not, please let me know what i can do to enhance it.

Cheers eXpire163

mildebrandt commented 3 years ago

Hi, I'm glad you find Yamale useful!

This is related to https://github.com/23andMe/Yamale/issues/102. We haven't decided if we can maintain a github action for Yamale at this time....but I appreciate the work you've done to make it available for yourself and others.

If we do decide to provide a github action, it will need to be published and owned by this organization. As such, we cannot add a pointer to your Github action in the official README.

eXpire163 commented 3 years ago

Hi thanks for the feedback.

Feel free to just grab my code whenever you decide to publish one yourself.

Great work btw.!!