From 80a81f7bb28c3f429a9c4e09d1c3c4f5705df3ab Mon Sep 17 00:00:00 2001 From: GrzegorzRog22 Date: Mon, 25 Nov 2024 10:40:11 +0100 Subject: [PATCH] Hello and welcome --- .gitea/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yml 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