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

This commit is contained in:
Nela-cat
2025-11-17 17:36:51 +01:00
commit 270e0fc404

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

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