From 7f770f8765313dcd4539413c1b5e783f8a339ffe 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..09d5c62 --- /dev/null +++ b/.build.yml @@ -0,0 +1,6 @@ +image: alpine/edge +tasks: + - say-hello: | + echo hello + - say-world: | + echo world