From 4f39f9554e7473ce31169713c7dfbec74c4f7135 Mon Sep 17 00:00:00 2001 From: rober Date: Fri, 29 Dec 2023 11:48:06 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'.github/workflows/01-hello-world?= =?UTF-8?q?.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/01-hello-world.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/01-hello-world.yaml diff --git a/.github/workflows/01-hello-world.yaml b/.github/workflows/01-hello-world.yaml new file mode 100644 index 0000000..aa2b252 --- /dev/null +++ b/.github/workflows/01-hello-world.yaml @@ -0,0 +1,8 @@ +name: hello-world +on: push +jobs: + my-job: + runs-on: ubuntu-latest + steps: + - name: my-step + run: echo "Hello World!" \ No newline at end of file