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!" 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