From a9357ae1e53e9bf071174a7e4d53b69e9ccd83db Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 29 Aug 2026 23:27:43 +0800 Subject: [PATCH] add CI workflow --- .gitea/workflows/ci.yaml | 14 ++++++++++++++ 1 file changed, 14 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..4051b33 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,14 @@ +name: CI +on: + push: + pull_request: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: | + echo "Hello from Gitea Actions" + echo "REPO = $GITHUB_REPOSITORY" + - run: date