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