Test/.gitea/workflows/ci.yml
jwradhe 6f52ef8a08
All checks were successful
CI / hello (push) Successful in 1s
Add .gitea/workflows/ci.yml
2025-12-31 21:36:55 +00:00

15 lines
187 B
YAML

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