mirror of
https://github.com/starship/starship.git
synced 2024-11-27 02:35:25 +01:00
14 lines
281 B
YAML
14 lines
281 B
YAML
jobs:
|
|
- job: ${{ parameters.name }}
|
|
displayName: ${{ parameters.displayName }}
|
|
pool:
|
|
vmImage: ubuntu-16.04
|
|
|
|
steps:
|
|
- template: azure-install-rust.yml
|
|
parameters:
|
|
rust_version: nightly
|
|
|
|
- script: cargo check --all
|
|
displayName: cargo +nightly check --all
|