Add .gitea/workflows/ci.yml
All checks were successful
CI / hello (push) Successful in 1s

This commit is contained in:
jwradhe 2025-12-31 21:36:55 +00:00
commit 6f52ef8a08

14
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,14 @@
name: CI
on:
push:
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello
run: |
echo "Runner is working!"
uname -a