From ae4ec8d2c62f0cc96a2ce94da6bda2e700aede2d Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 1 Apr 2026 08:01:59 +0000 Subject: [PATCH] Add .gitea/workflows/ci.yaml --- .gitea/workflows/ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..60efe33 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,12 @@ +name: PR Check + +on: + pull_request: + +jobs: + print-log: + name: Test + runs-on: ubuntu-latest + steps: + - name: Print something + run: echo "Hello from Gitea Actions" \ No newline at end of file