workflow
Some checks failed
Test CI / test (push) Failing after 45s

This commit is contained in:
2025-11-15 23:09:59 +00:00
commit f159c628aa

View File

@@ -0,0 +1,9 @@
name: Test CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "Hello from Gitea Actions!"