engage_earn_api/ci/lint.yml
2022-12-18 18:34:10 -06:00

15 lines
163 B
YAML

platform: linux
image_resource:
type: registry-image
source: {repository: rust-all}
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"