Add CI workflow

This commit is contained in:
TwojeImię NazwiskoJulia
2025-11-19 22:54:47 +01:00
commit b70732ae75

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, 🌏"