From 945dc0627b3791c095bcc23a47bbd6dab7013b93 Mon Sep 17 00:00:00 2001 From: Gijs Becht Date: Thu, 21 Mar 2024 15:58:52 +0100 Subject: [PATCH 1/2] test commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79e8f2d..efa3ee9 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,8 @@ I'll say it one more time: __Split your pull requests!__ +test + From 25676290f7c8d968dd42bf7fdd9667cf4dc8a742 Mon Sep 17 00:00:00 2001 From: Gijs Becht Date: Thu, 21 Mar 2024 16:03:18 +0100 Subject: [PATCH 2/2] fix typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index efa3ee9..d5e0c6d 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ CI stands for "Continuous integration". It's a system that runs on a server. It Every time you add a commit to the repository, or every time a pull request is opened, the CI system will spawn a fresh new virtual machine, clone the repository, checkout to the commit that was just added and runs many tests. It then reports the result. -There are nowadays many CI providers: Travis CI, CircleCI, Azure pilelines, Github actions... +There are nowadays many CI providers: Travis CI, CircleCI, Azure pipelines, Github actions... ### Step 8 (optional): Add more commits to your pull request @@ -354,7 +354,6 @@ I'll say it one more time: __Split your pull requests!__ -test