From 16d3e10418e1d273e0d3c18262425a1071a16d23 Mon Sep 17 00:00:00 2001 From: markus Date: Sat, 13 Jan 2024 22:22:57 +0100 Subject: [PATCH 1/6] added hello.txt --- hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..b6fc4c6 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +hello \ No newline at end of file From 558af4744a6ac2584e90a09b8ef33078561d856d Mon Sep 17 00:00:00 2001 From: markus Date: Sat, 13 Jan 2024 22:23:32 +0100 Subject: [PATCH 2/6] hello -> huhu --- huhu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huhu.txt b/huhu.txt index 5ab2f8a..42ebb66 100644 --- a/huhu.txt +++ b/huhu.txt @@ -1 +1 @@ -Hello \ No newline at end of file +Huhu \ No newline at end of file From 372db888be47ba4774cea15fdbc1c17a354bfbe3 Mon Sep 17 00:00:00 2001 From: markus Date: Sat, 13 Jan 2024 23:01:41 +0100 Subject: [PATCH 3/6] added demo workflow --- workflows/demo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 workflows/demo.yaml diff --git a/workflows/demo.yaml b/workflows/demo.yaml new file mode 100644 index 0000000..ebff9c7 --- /dev/null +++ b/workflows/demo.yaml @@ -0,0 +1,7 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good + \ No newline at end of file From d3db632e7f623c9ed3b27ab7c5596b8dc2685578 Mon Sep 17 00:00:00 2001 From: markus Date: Sat, 13 Jan 2024 23:12:07 +0100 Subject: [PATCH 4/6] Add .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..d470cda --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good From 0c04627de9cbcdbc8dd7ce7cd0beeb1b3780ea05 Mon Sep 17 00:00:00 2001 From: markus Date: Sat, 24 Jan 2026 14:14:24 +0100 Subject: [PATCH 5/6] Add test file for issue #7 --- test-issue-7.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-issue-7.txt diff --git a/test-issue-7.txt b/test-issue-7.txt new file mode 100644 index 0000000..330fbed --- /dev/null +++ b/test-issue-7.txt @@ -0,0 +1 @@ +This is a dummy file for issue #7 \ No newline at end of file From 9fd696def147fe87f0906512eeb454deff797dbe Mon Sep 17 00:00:00 2001 From: markus Date: Sat, 24 Jan 2026 14:29:53 +0100 Subject: [PATCH 6/6] Add lorem.md file with lorem ipsum text --- lorem.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lorem.md diff --git a/lorem.md b/lorem.md new file mode 100644 index 0000000..7c3d134 --- /dev/null +++ b/lorem.md @@ -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. \ No newline at end of file