We have just released a big update to the config-file-validator. New features include:

Don't forget, there is also a Github Action for easily integrating configuration file validation into your Github Actions workflow.
jobs:
validate-config-files:
runs-on: ubuntu-latest
steps:
- uses: kehoe/validate-configs-action@v4
The above is the detailed content of Config-file-validator v.eleased!. For more information, please follow other related articles on the PHP Chinese website!