Add .gitea/workflows/ci.yaml

This commit is contained in:
2026-04-01 08:01:59 +00:00
commit ae4ec8d2c6

12
.gitea/workflows/ci.yaml Normal file
View File

@@ -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"