Add CI workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m58s

This commit is contained in:
2026-05-06 12:56:53 -03:00
parent eff9e9e71c
commit ba2aa2aca7
+9
View File
@@ -0,0 +1,9 @@
name: Gitea Actions Demo
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🚀 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"