config-file-validator icon indicating copy to clipboard operation
config-file-validator copied to clipboard

Add a Github Action for config file validation

Open kehoecj opened this issue 2 years ago • 1 comments

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.

kehoecj avatar Feb 02 '24 19:02 kehoecj

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?

ghanem-mhd avatar Feb 11 '24 19:02 ghanem-mhd