From 360edc5508a983fc28415a7ce5d64686ab49d704 Mon Sep 17 00:00:00 2001 From: ggabernet Date: Thu, 20 Feb 2020 22:05:46 +0100 Subject: [PATCH] fix typo --- docs/lint_errors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/lint_errors.md b/docs/lint_errors.md index a6b54fe7d4..e2c2b015a3 100644 --- a/docs/lint_errors.md +++ b/docs/lint_errors.md @@ -174,8 +174,7 @@ This test will fail if the following requirements are not met in these files: * Must have the command `nf-core lint ${GITHUB_WORKSPACE}`. * Must have the command `markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.github/markdownlint.yml`. -3. `branch.yml`: Ensures that pull requests to the protected `master` branch are coming from the correct branch when a PR -is opened against the _nf-core_ repository. +3. `branch.yml`: Ensures that pull requests to the protected `master` branch are coming from the correct branch when a PR is opened against the _nf-core_ repository. * Must be turned on for `pull_request` to `master`. ```yaml