From 2e99c27f47868867047b33b1a37c3f8af804f182 Mon Sep 17 00:00:00 2001 From: VSinerva Date: Mon, 9 Jun 2025 02:18:23 +0300 Subject: [PATCH] Add template CI --- .forgejo/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workflows/ci.yaml diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml new file mode 100644 index 0000000..371e031 --- /dev/null +++ b/.forgejo/workflows/ci.yaml @@ -0,0 +1,8 @@ +on: + schedule: + - cron: '*/5 * * * *' +jobs: + test: + runs-on: ubuntu-22.04 + steps: + - run: echo All Good \ No newline at end of file