commit ce725684239fe9d5f8864282d38331d8c93de8fc Author: unknown Date: Fri Nov 21 10:55:05 2025 +0100 CiaglaIntegracja.yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..2c962e4 --- /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, world"