Feat: add ci yml

This commit is contained in:
vladyslav-crunch
2025-11-21 10:45:21 +01:00
commit 6793883c1b

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, World!"