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

This commit is contained in:
2025-12-08 23:22:56 +01:00
commit 4ca75efdd7

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