From eddad552c8b8932c3a4974884a084a59e1d15982 Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 25 Jun 2025 16:58:48 +0200 Subject: [PATCH] add ci --- .forgejo/workflows/demo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..4440412 --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: native + steps: + - run: echo All Good