feat: add workflow
All checks were successful
/ build (push) Successful in 4s

This commit is contained in:
MichuMGW
2025-11-21 11:05:57 +01:00
commit f20cd27260

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

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