Add CI workflow
Some checks failed
Test CI / test (push) Has been cancelled

This commit is contained in:
2026-02-07 21:45:01 +00:00
commit bd05383940

17
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,17 @@
name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: host
steps:
- uses: actions/checkout@v4
- name: Run test
run: |
echo "Hello, Gitea Actions!"
echo "Runner is working!"
whoami
pwd
ls -la