Skip to content

Commit 61df6a0

Browse files
authored
Remove GitHub superlinter comments (#4404)
1 parent b562d5e commit 61df6a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: super-linter/super-linter/slim@v8
3535
env:
3636
DEFAULT_BRANCH: main
37+
ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
3738
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3839
VALIDATE_BASH: true
3940
VALIDATE_CSS: true

.github/workflows/test_website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Lint Generated HTML
4343
uses: super-linter/super-linter/slim@v8
4444
env:
45+
ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
4546
FILTER_REGEX_INCLUDE: src/static/html/.*
4647
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4748
LOG_LEVEL: DEBUG

0 commit comments

Comments
 (0)