Small collection of Azure Pipelines scripts for use in Rust projects.
Running rustfmt, clippy and tests on the repository:
stages:
- stage: Lint
jobs:
- template: job-fmt.yaml@templates
- template: job-clippy.yaml@templates
- stage: Test
jobs:
- template: job-test.yaml@templates
resources:
repositories:
- repository: templates
type: github
name: norse-rs/azure-ci
endpoint: <ENDPOINT>