commit ae4ec8d2c62f0cc96a2ce94da6bda2e700aede2d Author: admin Date: Wed Apr 1 08:01:59 2026 +0000 Add .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