engage_earn_api/ci/audit.yml
Mitchell Marino 50288abc21 add ci files
2022-12-15 20:15:03 -06:00

15 lines
159 B
YAML

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