Merge pull request #828 from dec5e/full-checkout

Fetch full git history to get a proper list of changed files within super-linter
This commit is contained in:
Lukas Gravley 2020-10-12 10:19:06 -05:00 committed by GitHub
commit 6eaa2a8da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

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

View file

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