azdolint 0.1.0

CLI tool that validates Azure DevOps pipeline YAML files by checking that referenced variable groups and variables exist
Documentation
1
2
3
4
pub mod parser;
pub mod azure;
pub mod validator;
pub mod error;