commit 5e5515b3382560b064a46f6c608cb911dc33acd2 Author: Liliia Hurko <130755897+lilyhurko@users.noreply.github.com> Date: Fri Nov 21 13:26:21 2025 +0100 Dodanie konfiguracji CI diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..29c8867 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitea/.DS_Store b/.gitea/.DS_Store new file mode 100644 index 0000000..13dca57 Binary files /dev/null and b/.gitea/.DS_Store differ diff --git a/.gitea/workflows/.DS_Store b/.gitea/workflows/.DS_Store new file mode 100644 index 0000000..e0724bb Binary files /dev/null and b/.gitea/workflows/.DS_Store differ diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..d9ad959 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,10 @@ +name: First CI + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, 🌍" \ No newline at end of file