.gitea-ci.yml test

This commit is contained in:
G4MM4 2024-09-28 19:10:33 -05:00
parent 512bb16438
commit 406378d089

10
.gitea-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: ubuntu-latest
pipelines:
default:
- step:
name: Test
script:
- echo "Hello, Gitea Cloud Runners!"
- echo "This is a test job running on Ubuntu."
- lsb_release -a