7 Commits

Author SHA1 Message Date
89461630b8 testing again with ruleset 2026-02-04 12:19:06 +02:00
f9a45da29e second update 2026-02-04 12:05:56 +02:00
bbcc030198 branch1 test 2026-02-04 11:59:35 +02:00
b6f6a23114 gitea testpush 2026-02-04 11:57:31 +02:00
yaso-meth
c1d9b04630 Delete LICENSE 2024-11-12 11:56:05 +02:00
yaso-meth
ba8bb919a0 Create LICENSE 2024-11-12 11:52:20 +02:00
yaso-meth
3a9fb70fd9 Merge pull request #1 from yaso-meth:first-branch
Add 1 print line
2024-11-12 11:34:20 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
print("hello World")
print("edit from first-branch")
print("gitea push")

2
test.py Normal file
View File

@@ -0,0 +1,2 @@
print("hello from branch1")
print("goodbye branch1")