commit 51af17ab14b8a4bca9c0c427890d1419be2b463b Author: Kacper Trojanowski Date: Tue Dec 16 00:49:29 2025 +0100 Zadanie1: Pierwszy potok CI diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..96c40e0 --- /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!"