Merge branch 'post-01' into post-02

This commit is contained in:
Philipp Oppermann
2019-02-25 16:34:15 +01:00

View File

@@ -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'