From 19a3cd1fca5b7137c72515eb5b421162edd3a711 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 6 Jan 2024 03:02:02 +0000 Subject: [PATCH] Add test srht ci --- .build.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..c06053b --- /dev/null +++ b/.build.yml @@ -0,0 +1,6 @@ +image: alpine/edge +tasks: + - say-hello: | + echo hello + - say-world: | + echo world