prueba-cicd2/.gitea/workflows/ci.yaml
Workflow config file is invalid. Please check your config file: yaml: line 7: did not find expected key
2026-05-16 14:33:55 +02:00

12 lines
No EOL
221 B
YAML

name: Pipeline de prueba
on:
push:
branches:
- main
jobs:
verificacion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Ejecutar script de prueba
run: bash test.sh