diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml deleted file mode 100644 index d470cda..0000000 --- a/.forgejo/workflows/demo.yaml +++ /dev/null @@ -1,6 +0,0 @@ -on: [push] -jobs: - test: - runs-on: docker - steps: - - run: echo All Good diff --git a/hello.txt b/hello.txt deleted file mode 100644 index b6fc4c6..0000000 --- a/hello.txt +++ /dev/null @@ -1 +0,0 @@ -hello \ No newline at end of file diff --git a/huhu.txt b/huhu.txt index 42ebb66..5ab2f8a 100644 --- a/huhu.txt +++ b/huhu.txt @@ -1 +1 @@ -Huhu \ No newline at end of file +Hello \ No newline at end of file diff --git a/lorem.md b/lorem.md deleted file mode 100644 index 7c3d134..0000000 --- a/lorem.md +++ /dev/null @@ -1,3 +0,0 @@ -# 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 diff --git a/test-issue-7.txt b/test-issue-7.txt deleted file mode 100644 index 330fbed..0000000 --- a/test-issue-7.txt +++ /dev/null @@ -1 +0,0 @@ -This is a dummy file for issue #7 \ No newline at end of file diff --git a/workflows/demo.yaml b/workflows/demo.yaml deleted file mode 100644 index ebff9c7..0000000 --- a/workflows/demo.yaml +++ /dev/null @@ -1,7 +0,0 @@ -on: [push] -jobs: - test: - runs-on: docker - steps: - - run: echo All Good - \ No newline at end of file