Dodanie konfiguracji CI
All checks were successful
First CI / build (push) Successful in 13s

This commit is contained in:
Liliia Hurko
2025-11-21 13:26:21 +01:00
commit 5e5515b338
4 changed files with 10 additions and 0 deletions

10
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,10 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, 🌍"