From d47cecf31ccb100f515b9c729be24ef3f7c501b8 Mon Sep 17 00:00:00 2001 From: Bastian Ebeling <230051+Barry1@users.noreply.github.com> Date: Sat, 24 Sep 2022 09:42:41 +0200 Subject: [PATCH] linebreak because yamllint complains of this template (#3317) --- README.md | 3 ++- TEMPLATES/linter.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 077618be..826eb5be 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,8 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 with: - # Full git history is needed to get a proper list of changed files within `super-linter` + # Full git history is needed to get a proper + # list of changed files within `super-linter` fetch-depth: 0 ################################ diff --git a/TEMPLATES/linter.yml b/TEMPLATES/linter.yml index 23719f8e..2b670124 100644 --- a/TEMPLATES/linter.yml +++ b/TEMPLATES/linter.yml @@ -41,7 +41,8 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 with: - # Full git history is needed to get a proper list of changed files within `super-linter` + # Full git history is needed to get a proper + # list of changed files within `super-linter` fetch-depth: 0 ################################