Validate data with verdict
Version updated for https://github.com/kkruglik/verdict to version verdict-core-v0.2.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Verdict GitHub Action is a lightweight, zero-dependency data validation tool designed for use in pipelines and CI environments. It validates CSV files against user-defined schemas and constraints (e.g., null checks, uniqueness, value ranges) and generates structured pass/fail reports in text or JSON format. By eliminating the need for Python or external dependencies, it simplifies data validation workflows in diverse environments like CI runners, Docker containers, and shell scripts.
Release notes
What’s Changed
- chore: release by @github-actions[bot] in https://github.com/kkruglik/verdict/pull/26
- Feature/21 update ci by @kkruglik in https://github.com/kkruglik/verdict/pull/27
Full Changelog: https://github.com/kkruglik/verdict/compare/verdict-cli-v0.1.5...verdict-core-v0.2.1