linebreak because yamllint complains of this template (#3317)

This commit is contained in:
Bastian Ebeling 2022-09-24 09:42:41 +02:00 committed by GitHub
parent 910fbe6263
commit d47cecf31c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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
################################

View file

@ -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
################################