diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..644e38b --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,12 @@ +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 \ No newline at end of file