We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a8ca5 commit 7aa832cCopy full SHA for 7aa832c
.github/workflows/linter.yml
@@ -30,7 +30,11 @@ jobs:
30
name: SuperLinter Check
31
runs-on: ubuntu-latest
32
steps:
33
- - uses: actions/checkout@v3
+ - name: Checkout Code
34
+ uses: actions/checkout@v3
35
+ with:
36
+ # Full git history is needed to get a proper list of changed files within `super-linter`
37
+ fetch-depth: 0
38
- name: SuperLinter
39
uses: github/super-linter@v4
40
env:
0 commit comments