From 733a14e8bec9e5c8220be482595769f220027921 Mon Sep 17 00:00:00 2001 From: Deiru TwoKey Date: Tue, 14 Apr 2026 17:33:31 +0300 Subject: [PATCH] feat: actions --- .forgejo/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/deploy.yml diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml new file mode 100644 index 0000000..192d8bf --- /dev/null +++ b/.forgejo/workflows/deploy.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: host + steps: + - run: echo All good!