Add first CI workflow
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
Dana123098
2025-11-20 10:46:52 +01:00
commit 549ca1f988

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

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