commit 54a0e4a10def4bcaa81c649aa54011c0559daf11 Author: Ziabs <118732122+Ziabs1@users.noreply.github.com> Date: Tue Dec 9 12:25:04 2025 +0100 Dodano pierwszy workflow ci diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..26c2e4b --- /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, "