TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 treebeard5440超过 1 年前

1 comment

treebeard5440超过 1 年前
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>