engage_earn_api/ci/lint.yml
2022-12-18 20:47:40 -06:00

18 lines
204 B
YAML

platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
path: sh
args:
- -exc
- |
rustup component add clippy
cargo clippy
dir: "repo"