This commit is contained in:
parent
96efd9c506
commit
75b025d2ac
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: check
|
||||
|
||||
steps:
|
||||
- name: Cargo check
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo check
|
Loading…
x
Reference in New Issue
Block a user