From 2f48e3fadfe88719efa40dd4e98833730b93f9d3 Mon Sep 17 00:00:00 2001 From: Jose Luis Riquelme Date: Tue, 24 Sep 2024 20:59:15 -0300 Subject: [PATCH] first commit --- .github/workflows/test_1.yml | 11 +++++++++++ test.yml | 0 2 files changed, 11 insertions(+) create mode 100644 .github/workflows/test_1.yml create mode 100644 test.yml diff --git a/.github/workflows/test_1.yml b/.github/workflows/test_1.yml new file mode 100644 index 0000000..0669ebb --- /dev/null +++ b/.github/workflows/test_1.yml @@ -0,0 +1,11 @@ +name: Hola Mundo + +on: [push] + +jobs: + hola: + runs-on: ubuntu-latest + + steps: + - name: Hola Mundo + run: echo "Hola Mundo" \ No newline at end of file diff --git a/test.yml b/test.yml new file mode 100644 index 0000000..e69de29