TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Github Action to scan for config files in your repo and validate syntax

1 pointsby treebeard5440over 1 year ago

1 comment

treebeard5440over 1 year ago
Github Action to use the config-file-validator (<a href="https:&#x2F;&#x2F;github.com&#x2F;Boeing&#x2F;config-file-validator">https:&#x2F;&#x2F;github.com&#x2F;Boeing&#x2F;config-file-validator</a>) to recursively scan the directory structure of a repo for config files and validate their syntax as part of a CI&#x2F;CD pipeline.<p>This is useful as a quick quality gate in your CI pipeline to validate that a syntax error was not introduced in the latest commit. Currently XML, JSON, YAML, INI, and TOML are supported with CSV, HCL, and Plist coming in the next release.<p>Here&#x27;s how to add it to your existing workflow: <a href="https:&#x2F;&#x2F;github.com&#x2F;kehoecj&#x2F;validate-configs-action&#x2F;tree&#x2F;main#standard-run">https:&#x2F;&#x2F;github.com&#x2F;kehoecj&#x2F;validate-configs-action&#x2F;tree&#x2F;main...</a>