Compare commits

..

3 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
rodolpho eff9e9e71c Merge pull request 'PR de Teste de Workflow' (#1) from feature-test into main 2026-05-06 12:55:58 -03:00
rodolpho bacf908f25 Add test file 2026-05-06 12:55:48 -03:00
2 changed files with 10 additions and 0 deletions
+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!"
+1
View File
@@ -0,0 +1 @@
Este e um arquivo de teste para o workflow.