First CI
All checks were successful
First CI / build (push) Successful in 46s

This commit is contained in:
Agnieszka Marzeda
2025-12-08 22:01:37 +01:00
parent e2cd2b6095
commit c279eb4c95

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