pixelrush/.drone.yml
Huanzo 75b025d2ac
All checks were successful
continuous-integration/drone/push Build is passing
am stupid
2021-03-15 18:05:28 +01:00

10 lines
117 B
YAML

kind: pipeline
type: docker
name: check
steps:
- name: Cargo check
image: rust:latest
commands:
- cargo check