engage_earn_api/ci/lint.yml
2022-12-18 20:01:32 -06:00

15 lines
185 B
YAML

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