mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-25 22:49:28 +02:00
6 lines
120 B
YAML
6 lines
120 B
YAML
pool:
|
|
vmImage: 'ubuntu-16.04'
|
|
container: 'rust:latest'
|
|
steps:
|
|
- script: cargo check --all
|
|
displayName: Run check |