chore: agregar pipeline CI placeholder
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
2026-04-24 23:45:53 +00:00
parent 86bcc93595
commit c97fd7db5f

15
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,15 @@
name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v3
- name: Build
run: echo "Configurar pasos de build para tu proyecto"