From e3b83625501be4d6aa9e564322cfeb411b8ce64c Mon Sep 17 00:00:00 2001 From: pielakm Date: Fri, 22 Nov 2024 13:37:47 +0100 Subject: [PATCH] dodanie ci.yml --- .gitea/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/ci.yml diff --git a/.gitea/ci.yml b/.gitea/ci.yml new file mode 100644 index 0000000..2d1547b --- /dev/null +++ b/.gitea/ci.yml @@ -0,0 +1,9 @@ +name: First CI +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, "