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

Commit 870a722

Browse files
authored
Merge pull request magento-commerce/devdocs#2709
Fix the false fail check issue
2 parents 6e93aaa + 7a724c8 commit 870a722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Run Linter against code base #
5656
################################
5757
- name: Lint Code Base
58-
uses: github/super-linter@v3
58+
uses: github/super-linter@v4
5959
env:
6060
VALIDATE_ALL_CODEBASE: false
6161
DEFAULT_BRANCH: master

0 commit comments

Comments
 (0)