dodanie ci.yaml

This commit is contained in:
kejdzej
2025-11-20 15:17:15 +01:00
commit a5a7be601f
2 changed files with 8 additions and 0 deletions

8
.gitea/workflows/ci.yaml 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"