From ed8f1fb3ecdf250f822a27b7eaa8833db678f764 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Oct 2022 15:58:06 +0200 Subject: [PATCH 1/2] Added a text file. I'm just trying to contribute to SwEng. --- hello.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..afbf9c4 --- /dev/null +++ b/hello.txt @@ -0,0 +1,2 @@ +Hi, my name is Mirko. I'm from Geneva. +Let me contribute this text file. \ No newline at end of file From d26e93b872fe06cc71eab6d071821219eafe7a87 Mon Sep 17 00:00:00 2001 From: mirkorado <100278384+mirkorado@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:35:37 +0200 Subject: [PATCH 2/2] Create example.yml --- .github/workflows/example.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/example.yml diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml new file mode 100644 index 0000000..dd34bc4 --- /dev/null +++ b/.github/workflows/example.yml @@ -0,0 +1,7 @@ +on: push +jobs: + example: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "Hello!"