feat: add basic ci
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 12:31:53 +02:00
parent 71b5a63700
commit 1f88524c16
3 changed files with 13 additions and 1 deletions

3
ci/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}