From ba2aa2aca7590f19c5ad59b65e3f4a28a502fe55 Mon Sep 17 00:00:00 2001 From: rodolpho Date: Wed, 6 May 2026 12:56:53 -0300 Subject: [PATCH] Add CI workflow --- .gitea/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..4faa729 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -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!"