This commit is contained in:
LukaszKrawczykDev
2025-11-20 15:16:24 +01:00
parent be981d4cd9
commit 06cc875d43

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"