First ci pipeline

This commit is contained in:
Anton Ovod
2025-11-20 12:33:01 +01:00
commit 0fb1cd2b86

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

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