Compare commits

3 Commits

Author SHA1 Message Date
dca5c1259b Update .gitea/workflows/ci.yml 2025-11-20 11:50:36 +00:00
holek363
0e8f391378 ADD: ci.yml 2025-11-20 12:48:04 +01:00
0ca87c99b2 Merge pull request 'Update test on new branch' (#1) from new_feature into master
Reviewed-on: #1
2025-10-16 11:07:10 +00:00

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