Compare commits

..

1 Commits

Author SHA1 Message Date
rodolpho ba2aa2aca7 Add CI workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m58s
2026-05-06 12:56:53 -03:00
+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!"