diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..1fb2f9d --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,6 @@ +pool: + vmImage: 'ubuntu-18.04' +container: 'rust:latest' +steps: + - script: cargo check --all + displayName: Run check \ No newline at end of file