Boeing / config-file-validator

Cross Platform tool to validate configuration files
https://boeing.github.io/config-file-validator/
Apache License 2.0
326 stars 55 forks source link

Add a Github Action for config file validation #113

Open kehoecj opened 8 months ago

kehoecj commented 8 months ago

The config-file-validator is a good candidate for a Github Action so users can easily integration configuration validation into their existing Github Action workflows. There is a working proof of concept that can pretty much be directly migrated over to this project.

ghanem-mhd commented 7 months ago

I'm interested in contributing. Before proceeding, I'd like to confirm that the intended change is to migrate the GitHub Action code to be integrated within the config-file-validator repository.

However, I came across a recommendation in the GitHub documentation suggesting that if the action is intended for public use, it's best to maintain it in a separate repository. Here's the link for reference: Choosing a location for your action - GitHub Docs. WDTY?