Skip to content

Commit 6c31222

Browse files
authored
Set fetch-depth to fix partial linting of PRs
1 parent c5a2e17 commit 6c31222

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
runs-on: ubuntu-20.04
2828
steps:
2929
- uses: actions/[email protected]
30+
with:
31+
# Full git history is needed to get a proper list of changed files within `super-linter`
32+
fetch-depth: 0
3033
- uses: github/super-linter/[email protected]
3134
env:
3235
ERROR_ON_MISSING_EXEC_BIT: true

0 commit comments

Comments
 (0)