Skip to content

Commit

Permalink
Add fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Mar 23, 2021
1 parent 0fbdc24 commit ec9845c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,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 #
Expand Down

0 comments on commit ec9845c

Please sign in to comment.