mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Check formatting on CI
This commit is contained in:
@@ -43,3 +43,9 @@ steps:
|
||||
|
||||
- script: cargo rustc -- -Clink-arg=-nostartfiles
|
||||
displayName: 'Build'
|
||||
|
||||
- script: rustup component add rustfmt
|
||||
displayName: 'Install Rustfmt'
|
||||
|
||||
- script: cargo fmt -- --check
|
||||
displayName: 'Check Formatting'
|
||||
|
||||
Reference in New Issue
Block a user