neo/.drone.yml
Patrick Michl 601b2d4f42
Some checks failed
continuous-integration/drone Build is failing
add password hashing and simple ci
2022-04-26 23:03:45 +02:00

9 lines
116 B
YAML

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