diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index dc08e630..ae41b6ab 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -37,6 +37,9 @@ jobs: ########################## - name: Checkout Code uses: actions/checkout@v2.3.3 + with: + # Full git history is needed to get a proper list of changed files within `super-linter` + fetch-depth: 0 ################################ # Run Linter against code base # diff --git a/README.md b/README.md index 566c547b..51fbd3c8 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,9 @@ 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` + fetch-depth: 0 ################################ # Run Linter against code base #