engage_earn_api/ci/lint.yml
Mitchell Marino f0d44fd48c fix pipeline
2022-12-18 20:55:18 -06:00

19 lines
211 B
YAML

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