Files
ci-test/.gitea/workflows/ci.yaml
T
admin a9357ae1e5
CI / test (push) Failing after 18m35s
add CI workflow
2026-08-29 23:27:43 +08:00

15 lines
242 B
YAML

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