Skip to content

Commit e17ae39

Browse files
committed
Configure Super-Linter action to ignore errors.
1 parent 0a8a44f commit e17ae39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/superlinter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v2
1919

20-
# Runs the Super-Linter action
20+
# Runs the Super-Linter action and ignore errors
2121
- name: Run Super-Linter
2222
uses: github/super-linter@v3
2323
env:
2424
DEFAULT_BRANCH: develop
25+
DISABLE_ERRORS: true
2526
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)