From c720b1e05bb04e1b8ebfe8f760935fa30c3f3141 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Thu, 27 Mar 2025 12:04:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/action.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/action.yaml diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml new file mode 100644 index 0000000..36be7aa --- /dev/null +++ b/.gitea/workflows/action.yaml @@ -0,0 +1,8 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] + +jobs: + health-chek: + steps: + - run: echo "Hello World!" \ No newline at end of file