DEV Community

Clayton Kehoe
Clayton Kehoe

Posted on

Config-file-validator v1.8.0 released!

We have just released a big update to the config-file-validator. All new functionality was added by the OSS community during Hacktoberfest 2024. Thank you to all who contributed! Some highlights:

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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)