add CI workflow
CI / test (push) Failing after 18m35s

This commit is contained in:
2026-08-29 23:27:43 +08:00
parent 63938741a1
commit a9357ae1e5
+14
View File
@@ -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