Added CI workflow
Some checks failed
First CI / build (push) Has been cancelled

This commit is contained in:
Daniel Mędrek
2025-12-09 11:13:09 +01:00
commit dfa1b239f0

9
.gitea/workflows/ci.yaml 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, world"