From 75824a1da2e35f5048a1be1b7d6c19daa3fef8bf Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Mon, 15 May 2023 15:58:12 +0100 Subject: [PATCH 01/12] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..18a6a3e --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 922c20c3b3f34da7b209db63fda02d1a4785b62a Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Thu, 18 May 2023 14:04:56 +0100 Subject: [PATCH 02/12] Random (#33) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..854139a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +# Contributing From 022e0db5cca9cc1236eb0479d83342cc5100e6c9 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:43:24 +0100 Subject: [PATCH 03/12] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 931d12c..50e432a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Markdowns +Something nice about this repository. + This is a test repository I'm using to test out a batch change. Nothing serious, feel free to overlook or use if you wish lol. Some new shit From 7d14688693d91903a6ffdd8b97ce9aa8d0ea8f3f Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:44:36 +0100 Subject: [PATCH 04/12] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50e432a..222ea75 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ Some new shit Hello World Hello World Hello World +Strange new world Hello World From aa655ec35c52074a64ea09c02084ddacfe270e8e Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:51:20 +0100 Subject: [PATCH 05/12] Create TESTINGGG.md --- TESTINGGG.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 TESTINGGG.md diff --git a/TESTINGGG.md b/TESTINGGG.md new file mode 100644 index 0000000..ceec618 --- /dev/null +++ b/TESTINGGG.md @@ -0,0 +1 @@ +Testing 1,2,3 From 958e60caac65a8c0f2270f79e6d1547694d9cc6b Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:33:26 +0100 Subject: [PATCH 06/12] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e43b0f9..be47843 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.env From cbcd0c315e48abbc5978a0c9cf6ba4c9fb4a1997 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:12:58 +0100 Subject: [PATCH 07/12] Append Hello World to all README.md files (#72) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 222ea75..110fd73 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ Hello World Hello World Strange new world Hello World +Hello World From 1d733212e375f481194305725c64bb711634e545 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:41:13 +0100 Subject: [PATCH 08/12] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 110fd73..25bdde8 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,6 @@ Hello World Hello World Hello World Strange new world + Hello World Hello World From 61433ca17247623fe5319a0230bcdf0581c7d9f2 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:05:59 +0100 Subject: [PATCH 09/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25bdde8..330c361 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Markdowns -Something nice about this repository. +Something nice about this repository..... This is a test repository I'm using to test out a batch change. Nothing serious, feel free to overlook or use if you wish lol. From e98c44fb4dc9a375ef24f57d9f8126449158377d Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:07:04 +0100 Subject: [PATCH 10/12] Update ANOTHER.md --- ANOTHER.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ANOTHER.md b/ANOTHER.md index e69de29..b014159 100644 --- a/ANOTHER.md +++ b/ANOTHER.md @@ -0,0 +1 @@ +ANOTHER ONE From ba68f9cb954a4aad1f10d3e30a32075800ad0b45 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:39:44 +0100 Subject: [PATCH 11/12] Update RANDOM.md --- RANDOM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RANDOM.md b/RANDOM.md index a2910b8..42b408a 100644 --- a/RANDOM.md +++ b/RANDOM.md @@ -4,3 +4,5 @@ Check if this is signed Hello Hello world + +More random stuff From cdf7e15ee9dbb54bac383c8bfc4b42121fa541e3 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:42:38 +0100 Subject: [PATCH 12/12] Update RANDOM.md --- RANDOM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RANDOM.md b/RANDOM.md index 42b408a..ade1fd7 100644 --- a/RANDOM.md +++ b/RANDOM.md @@ -6,3 +6,5 @@ Hello Hello world More random stuff + +Hahahahahaha