Compare commits

..

9 commits

Author SHA1 Message Date
39d046ddd9 Merge pull request 'Add lorem.md file with lorem ipsum text' (#10) from feature/lorem-md into main
Some checks failed
/ test (push) Has been cancelled
Reviewed-on: #10
2026-01-24 14:32:49 +01:00
9fd696def1 Add lorem.md file with lorem ipsum text
Some checks failed
/ test (push) Has been cancelled
2026-01-24 14:29:53 +01:00
0a726b0f76 Merge pull request 'Add test file for issue #7' (#8) from feature/issue-7 into main
Some checks are pending
/ test (push) Waiting to run
Reviewed-on: #8
2026-01-24 14:21:39 +01:00
0c04627de9 Add test file for issue #7
Some checks failed
/ test (push) Has been cancelled
2026-01-24 14:14:24 +01:00
d3db632e7f Add .forgejo/workflows/demo.yaml
Some checks are pending
/ test (push) Waiting to run
2024-01-13 23:12:07 +01:00
372db888be added demo workflow 2024-01-13 23:01:41 +01:00
558af4744a hello -> huhu 2024-01-13 22:23:32 +01:00
16d3e10418 added hello.txt 2024-01-13 22:22:57 +01:00
1a8a485505 Merge pull request 'huhu -> hello' (#2) from markus-patch-1 into main
Reviewed-on: #2
2024-01-13 22:13:31 +01:00
6 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

1
hello.txt Normal file
View file

@ -0,0 +1 @@
hello

View file

@ -1 +1 @@
Hello
Huhu

3
lorem.md Normal file
View file

@ -0,0 +1,3 @@
# Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

1
test-issue-7.txt Normal file
View file

@ -0,0 +1 @@
This is a dummy file for issue #7

7
workflows/demo.yaml Normal file
View file

@ -0,0 +1,7 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good