Añadir .gitea/workflows/ci.yml
Some checks failed
CI Pipeline / build (push) Has been cancelled

This commit is contained in:
2025-08-01 08:20:18 +00:00
parent 34d78645c0
commit 4859aaf68f

14
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,14 @@
name: CI Pipeline
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Run tests
run: echo "Running tests..."