Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0d516f4

Browse files
authored
Merge pull request magento-commerce/devdocs#2172 from magento-devdocs/ds_fix-superlint
Fix super-lint checks
2 parents 0fbdc24 + ec9845c commit 0d516f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
##########################
4848
- name: Checkout Code
4949
uses: actions/checkout@v2
50+
with:
51+
# Full git history is needed to get a proper list of changed files within `super-linter`
52+
fetch-depth: 0
5053

5154
################################
5255
# Run Linter against code base #

0 commit comments

Comments
 (0)