We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a2e17 commit 6c31222Copy full SHA for 6c31222
1 file changed
.github/workflows/lint.yaml
@@ -27,6 +27,9 @@ jobs:
27
runs-on: ubuntu-20.04
28
steps:
29
- uses: actions/checkout@v2.4.0
30
+ with:
31
+ # Full git history is needed to get a proper list of changed files within `super-linter`
32
+ fetch-depth: 0
33
- uses: github/super-linter/slim@v4.8.4
34
env:
35
ERROR_ON_MISSING_EXEC_BIT: true
0 commit comments