Compare commits

...
Sign in to create a new pull request.

6 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
4 changed files with 17 additions and 0 deletions

View file

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

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