starship/ci/cargo-clippy.yml

14 lines
273 B
YAML
Raw Normal View History

2019-07-14 21:54:45 +00:00
parameters:
rust_version: stable
jobs:
- job: ${{ parameters.name }}
displayName: ${{ parameters.displayName }}
pool:
vmImage: ubuntu-16.04
steps:
- template: install-rust.yml
- script: cargo clippy --all
displayName: Run clippy