diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e274cc7c..faecb8e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,3 +68,9 @@ steps: - script: cargo test displayName: 'Unit Tests' + +- script: rustup component add rustfmt + displayName: 'Install Rustfmt' + +- script: cargo fmt -- --check + displayName: 'Check Formatting'