commit 80a81f7bb28c3f429a9c4e09d1c3c4f5705df3ab Author: GrzegorzRog22 Date: Mon Nov 25 10:40:11 2024 +0100 Hello and welcome diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..1e937ba --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,9 @@ +name: First CI +on: [push] + + jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello nad welcome" \ No newline at end of file