From 3380b38037fba3042ed94a692022e9a6759ddd44 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 15 Oct 2024 23:44:39 -0500 Subject: [PATCH] add initial ci file --- .forgejo/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/ci.yml diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..d470cda --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good