commit 740a1a859eee0e99c4c7ed4b19996b43fa122977 Author: john Date: Fri Nov 21 12:18:09 2025 +0100 dodanie ci yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..703b49b --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,8 @@ +name: First CI +on: [push] +jobs: +build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, world" \ No newline at end of file