Config File Validator
Version updated for https://github.com/brandonhimpfen/config-file-validator to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Config File Validator GitHub Action ensures the presence of required configuration files in a repository, such as .editorconfig, .gitignore, and .env.example. It helps automate repository consistency checks by validating the existence of project-level files and allows customization of required file lists, directory scopes, and failure behaviors. This action is ideal for enforcing standardized file structures across projects and enhancing development workflows.
What’s Changed
First stable release of Config File Validator, a lightweight GitHub Action that checks for the presence of required configuration files in a repository.
This action helps maintain consistency and best practices across projects by ensuring essential files like .editorconfig, .gitignore, or .env.example are included.
Features
Validate required config files in any repository Supports custom file lists via inputs Fails the workflow if required files are missing Simple, fast, and dependency-light Works across all GitHub-hosted runners