Skip to content

Commit

Permalink
Check out full-depth (#511)
Browse files Browse the repository at this point in the history
Full git history is needed to get a proper list of changed files within `super-linter`
  • Loading branch information
Bert-R committed Apr 19, 2023
1 parent c5914bb commit f2b4c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- name: Checkout src repo
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Lint code base
uses: github/super-linter@v5
env:
Expand Down

0 comments on commit f2b4c3f

Please sign in to comment.