# lintel-check
[](https://crates.io/crates/lintel-check)
[](https://docs.rs/lintel-check)
[](https://github.com/lintel-rs/lintel/actions/workflows/ci.yml)
[](https://github.com/lintel-rs/lintel/blob/master/LICENSE)
Check command for [Lintel](https://github.com/lintel-rs/lintel). Provides the `lintel check` subcommand which runs schema validation and additional checks.
The core validation engine lives in [`lintel-validate`](https://crates.io/crates/lintel-validate). This crate defines the bpaf CLI arguments for the `check` command and delegates to `lintel-validate` for validation.
## License
Apache-2.0