diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f506d106..7f7e18d6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,3 +65,9 @@ steps: - script: bootimage build displayName: 'Build' + +- script: rustup component add rustfmt + displayName: 'Install Rustfmt' + +- script: cargo fmt -- --check + displayName: 'Check Formatting'