am stupid
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Huanzo 2021-03-15 18:05:28 +01:00
parent 96efd9c506
commit 75b025d2ac

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: check
steps:
- name: Cargo check
image: rust:latest
commands:
- cargo check