GrantBirki / json-yaml-validate

A GitHub Action to quickly validate JSON and YAML files in a repository
MIT License
28 stars 10 forks source link

Feature: Allow multiple documents in YAML #39

Closed bbompk closed 10 months ago

bbompk commented 10 months ago

Background and Objective:

I recently worked on a repository where I need to store multiple k8s manifest files; where 90% of the code is YAML lol. It is very common to include 2 documents in a manifest like deployment and service. And I would like to simply just validate the YAML files with every pushes.

I would like to contribute to this project, just recently forked and made a draft change. I would really appreciate if I could open a PR for a review ?

GrantBirki commented 10 months ago

@bbompk Pull requests are absolutely welcome! Feel free to open one with your feature and I will give it a review :star:

GrantBirki commented 10 months ago

@bbompk Changes are included in the latest release! v2.4.0 :tada: