Skip to content

Se modifica README.md #3

Se modifica README.md

Se modifica README.md #3

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a multi-line script
run: |
echo "hola mundo"