Add ci.yml

This commit is contained in:
2025-11-20 13:11:45 +01:00
parent 0a9928ee22
commit d1b911bf52

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, "