From 47f85aeb644ba2d044e19d2b9356da2a5795a89b Mon Sep 17 00:00:00 2001 From: Josh Carter <35105612+JoshCarter-ops@users.noreply.github.com> Date: Thu, 14 May 2026 09:50:34 +0100 Subject: [PATCH] feat: remove empty line in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ce479b2..c3f38ac 100644 --- a/README.md +++ b/README.md @@ -715,7 +715,6 @@ Inputs: * [OPTIONAL] `fail-fast` - boolean to control whether all steps in the matrix should be run, even if one of them fails * [OPTIONAL] `phpunit-config-file` - the phpunit configuration file to use with `vendor/bin/phpunit`, default is empty/not defined thus resorting to default behaviour when a configuration file (`-c` or `--configuration`) is not specified. - ## The `check-pr-title.yaml` starter workflow This workflow will check the title of a pull request and ensure it follows the conventional commit specification.