commit 6f52ef8a0856ab5914ad0155a081120ee277c5ea Author: jwradhe Date: Wed Dec 31 21:36:55 2025 +0000 Add .gitea/workflows/ci.yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..261f51a --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -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