Dodano pierwszy workflow ci

This commit is contained in:
Ziabs
2025-12-09 12:25:04 +01:00
commit 54a0e4a10d

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

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